A customizable and reusable Vue 3 table component
npm install iebh-custom-table
npm install iebh-custom-table
`
## Introduction:
`
Helps to create custom table. Allows the user to add rows and columns, arrows between the cells.
`
Usage:
`
// script
import { CustomTable } from 'iebh-custom-table';
components: {
CustomTable
},
// template
You can also choose if the add button should display or not:
You can also choose if it is table or not. If isTable=0, the first column in the table is displayed as colured like that in diagram. If isTable=1, the first column has same design as rest of the columns.
Custom Libraries:
npm install html2canvas pptxgenjs
npm install docx
npm i dom-to-svg
``