Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patorjk committed Sep 9, 2019
1 parent 3baacbe commit 3a1039f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The component accepts the following props:
|**`print`**|boolean|true|Show/hide print icon from toolbar.
|**`renderExpandableRow`**|function||Render expandable row. `function(rowData, rowMeta) => React Component`
|**`resizableColumns`**|boolean|false|Enable/disable resizable columns.
|**`responsive`**|string|'stacked'|The responsive mode for the table. Options: 'stacked' or 'scroll'. Use the 'tableBodyMaxHeight' and 'tableBodyMinHeight' parameters to adjust the table height when using the "scroll" mode.
|**`responsive`**|string|'stacked'|The responsive mode for the table. Options: 'stacked' or 'scroll'. Use the 'tableBodyMaxHeight' and 'tableBodyMinHeight' options to adjust the table height when using the "scroll" mode.
|**`rowHover`**|boolean|true|Enable/disable hover style over rows.
|**`rowsExpanded`**|array||User provided expanded rows.
|**`rowsPerPage`**|number|10|Number of rows allowed per page.
Expand Down

0 comments on commit 3a1039f

Please sign in to comment.