1.2.3 • Published 6 years ago

react-table-generator v1.2.3

Weekly downloads
13
License
MIT
Repository
github
Last release
6 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

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago