0.2.9 • Published 7 days ago

iebh-custom-table v0.2.9

Weekly downloads
-
License
-
Repository
-
Last release
7 days ago

iebh-custom-table

For modifying this package :

-- clone -- npm install -- npm run start

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" />
0.2.1

7 days ago

0.2.0

7 days ago

0.2.7

7 days ago

0.1.8

7 days ago

0.2.6

7 days ago

0.1.7

7 days ago

0.2.9

7 days ago

0.2.8

7 days ago

0.1.9

7 days ago

0.2.3

7 days ago

0.1.4

7 days ago

0.2.2

7 days ago

0.1.3

7 days ago

0.2.5

7 days ago

0.1.6

7 days ago

0.2.4

7 days ago

0.1.5

7 days ago

0.1.2

11 days ago

0.1.1

11 days ago

0.0.9

2 months ago

0.0.8

2 months ago

0.0.7

2 months ago

0.0.6

2 months ago

0.0.1

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.1.0

2 months ago