File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,8 @@ var ReactDatatable = require('@ashvin27/react-datatable')
244
244
| className | String | | Table column additional class fo styling (only for data columns use TrOnlyClassName for headers)
245
245
| TrOnlyClassName | String | | Header column additional class ( only for headers ) WILL NOT automatically take className value if not set
246
246
| key | String | | Specify the key of record which value will display in table cell
247
- | sortable | Boolean | false | Specify the column is sortable of not
247
+ | sortable | Boolean | false | Specify the column is sortable or not
248
+ | export | Boolean | true | Specify the column can be exported to documents or not
248
249
| text | String | | Specify the table column text
249
250
| width | Number | | Specify the column width
250
251
| cell | Function(record, index): string | | You can use any react component or JSX to display content in cells
You can’t perform that action at this time.
0 commit comments