0.5.6 • Published 4 months ago
iebh-custom-table v0.5.6
iebh-custom-table
For modifying this package :
-- clone -- npm install -- npm run serve
Project setup
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
<template>
<CustomTable :data="tableData" @update-cell="handleCellUpdate" @add-column="handleColumnUpdate" @add-row="handlerowUpdate" />
</template>
You can also choose if the add button should display or not:
<CustomTable :data="tableData" :showAdd="true" />
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.
<CustomTable :data="tableData" :showAdd="true" :isTable="1" />
Custom Libraries:
npm install html2canvas pptxgenjs
npm install docx
npm i dom-to-svg
0.4.9
5 months ago
0.4.8
5 months ago
0.5.4
5 months ago
0.5.3
5 months ago
0.5.6
4 months ago
0.5.5
5 months ago
0.5.0
5 months ago
0.5.2
5 months ago
0.5.1
5 months ago
0.4.5
5 months ago
0.4.4
5 months ago
0.4.6
5 months ago
0.3.9
11 months ago
0.4.1
11 months ago
0.4.0
11 months ago
0.4.3
11 months ago
0.4.2
11 months ago
0.3.6
1 year ago
0.3.5
1 year ago
0.3.8
1 year ago
0.3.7
1 year ago
0.3.2
1 year ago
0.3.1
1 year ago
0.3.4
1 year ago
0.3.3
1 year ago
0.3.0
1 year ago
0.2.1
1 year ago
0.2.0
1 year ago
0.2.7
1 year ago
0.1.8
1 year ago
0.2.6
1 year ago
0.1.7
1 year ago
0.2.9
1 year ago
0.2.8
1 year ago
0.1.9
1 year ago
0.2.3
1 year ago
0.1.4
1 year ago
0.2.2
1 year ago
0.1.3
1 year ago
0.2.5
1 year ago
0.1.6
1 year ago
0.2.4
1 year ago
0.1.5
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.1
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.1.0
1 year ago