Skip to content

Commit 051d4f2

Browse files
Update README File:
- column: add cell description.
1 parent a2f8821 commit 051d4f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ var ReactDatatable = require('@ashvin27/react-datatable')
190190
| align | String | left | Specify the content alignment
191191
| width | Number | | Specify the column width
192192
| sortable | Boolean | false | Specify the column is sortable of not
193-
| cell | Function(record):string | | Datatable
193+
| cell | Function(record):string | | You can use any react component or JSX to display content in cells
194+
195+
194196

195197
## Install
196198

0 commit comments

Comments
 (0)