0.5.6 • Published 9 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-tableIntroduction:
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-svg0.4.9
10 months ago
0.4.8
10 months ago
0.5.4
10 months ago
0.5.3
10 months ago
0.5.6
9 months ago
0.5.5
10 months ago
0.5.0
10 months ago
0.5.2
10 months ago
0.5.1
10 months ago
0.4.5
10 months ago
0.4.4
10 months ago
0.4.6
10 months ago
0.3.9
1 year ago
0.4.1
1 year ago
0.4.0
1 year ago
0.4.3
1 year ago
0.4.2
1 year ago
0.3.6
2 years ago
0.3.5
2 years ago
0.3.8
1 year ago
0.3.7
1 year ago
0.3.2
2 years ago
0.3.1
2 years ago
0.3.4
2 years ago
0.3.3
2 years ago
0.3.0
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.2.7
2 years ago
0.1.8
2 years ago
0.2.6
2 years ago
0.1.7
2 years ago
0.2.9
2 years ago
0.2.8
2 years ago
0.1.9
2 years ago
0.2.3
2 years ago
0.1.4
2 years ago
0.2.2
2 years ago
0.1.3
2 years ago
0.2.5
2 years ago
0.1.6
2 years ago
0.2.4
2 years ago
0.1.5
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.1
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.1.0
2 years ago