Skip to content

Commit 49eda3f

Browse files
committed
README changes
1 parent 755ef06 commit 49eda3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ var ReactDatatable = require('@ashvin27/react-datatable')
244244
| className | String | | Table column additional class fo styling (only for data columns use TrOnlyClassName for headers)
245245
| TrOnlyClassName | String | | Header column additional class ( only for headers ) WILL NOT automatically take className value if not set
246246
| 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
248249
| text | String | | Specify the table column text
249250
| width | Number | | Specify the column width
250251
| cell | Function(record, index):string | | You can use any react component or JSX to display content in cells

0 commit comments

Comments
 (0)