0.0.1 • Published 2 years ago

@dropdead619/vue-datatable v0.0.1

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

vue-datatable-plugin

Documentation for D-table component made by dropdead619:

Component props:

fields = Define your custom properties for each table column:

key - Sets a key to connect your data with a specific data column,

label - Sets the label of your column,

width - Sets the width of each column (Number), example: width: 230,

class - You can set your own class for both table Head and table Body.

If you want to set your class to a specific part, see thClass and tdClass