0.0.3 • Published 3 years ago

vue-whz-comp-data_table v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Data Table

Install

via cmd

npm i vue-whz-comp-data_table

Dependency:
npm install --save @fortawesome/fontawesome-svg-core

import { 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