vue-whz-comp-data_table
v0.0.3
Published
## Install
Readme
Data Table
Install
via cmd
npm i vue-whz-comp-data_table
Dependency:
npm install --save @fortawesome/fontawesome-svg-coreimport { createDataTable } from "vue-whz-comp-data_table"; .use(createDataTable({}))
setup: () => { return { cols: [{ fieldName: string, title: string, sortable:boolean, sorter: SortOptions, isVisible: boolean, groupable: boolean, isGrouped:boolean, searchable: boolean, searchText: string, aggregateable: boolean, aggregater: AggregateOptions, isCollapsed: boolean}], data: any[] }; }
Coming Soon
Virtuell Scroll
Formatter for Rows
Event for Cell Click
Event for Row Click
Customize Colors
