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 adf6f81 commit 3baacbe
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 @@ -191,7 +191,7 @@ The component accepts the following props:
|**`sortFilterList`**|boolean|true|Enable/disable alphanumeric sorting of filter lists.
|**`tableProps`**|object|{}|Props applied to the table. You can set the table up to be a "dense" table this way. [Example](https://github.com/patorjk/mui-dt/blob/master/examples/customize-styling/index.js)
|**`tableBodyMaxHeight`**|string|'499px'|The max height of the body of the table. This comes into play only when the responsive mode is set to "scroll". This is a CSS string value (ex: '500px', 'none', '100%', etc). [Example](https://github.com/patorjk/mui-dt/blob/master/examples/data-as-objects/index.js)
|**`tableBodyMinHeight`**|string|'none'|The min height of the body of the table. This comes into play only when the responsive mode is set to "scroll". This is a CSS string value (ex: '500px', 'none', '100%', etc). [Example](https://github.com/patorjk/mui-dt/blob/master/examples/data-as-objects/index.js)[Example](https://github.com/patorjk/mui-dt/blob/master/examples/data-as-objects/index.js)
|**`tableBodyMinHeight`**|string|'none'|The min height of the body of the table. This comes into play only when the responsive mode is set to "scroll". This is a CSS string value (ex: '500px', 'none', '100%', etc). [Example](https://github.com/patorjk/mui-dt/blob/master/examples/data-as-objects/index.js)
|**`textLabels `**|object||User provided labels to localize text
|**`viewColumns`**|boolean|true|Show/hide viewColumns icon from toolbar.

Expand Down

0 comments on commit 3baacbe

Please sign in to comment.