Skip to content

Commit c4580fb

Browse files
committed
Added specification for key_column feature
1 parent 75d17ca commit c4580fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ var ReactDatatable = require('@ashvin27/react-datatable')
220220
## Options
221221
| Name | Type | default | Description
222222
| ------------- | ------------- | ------------- | ------------- |
223+
| key_column | string | id | Use to specify the key column name for each record
223224
| button | Object[] | { excel: false, print: false, csv: false } | Use to enable/disable export buttons(Excel, CSV, Print). By default buttons are disabled.
224225
| filename | String | "table" | Specify the export filename
225226
| length_menu | Array[] | [10, 25, 50, 75, 100] | Specify the options in the page length `select` list.

0 commit comments

Comments
 (0)