1.2.3 • Published 5 years ago

react-table-generator v1.2.3

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

Props

FormatRequiredWhat it does ?
titlestringYESThe title of the table
columnsarrayYESAn array to initialize the table
entriesarrayNOAn array to fill the table

Columns

Each colums can have this props

FormatRequiredDefault valueWhat it does ?
canSortbooleanNOfalseActivate sort on this column
defaultSortstring one of : 'asc', 'desc'NOIf column can be sorted,this boolean indicate the table will be initialy sorted by this column
canFilterbooleanNOfalseActivate auto-filters on displayed entries
canSearchbooleanNOfalseActivate the text search field for this column
canHidebooleanNOfalseHide the column in the table, usefull to activate filter without display the field
canTotal?

Example

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago