We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f8821 commit 051d4f2Copy full SHA for 051d4f2
README.md
@@ -190,7 +190,9 @@ var ReactDatatable = require('@ashvin27/react-datatable')
190
| align | String | left | Specify the content alignment
191
| width | Number | | Specify the column width
192
| sortable | Boolean | false | Specify the column is sortable of not
193
-| cell | Function(record):string | | Datatable
+| cell | Function(record):string | | You can use any react component or JSX to display content in cells
194
+
195
196
197
## Install
198
0 commit comments