diff --git a/README.md b/README.md index 8d9182547..5945b08d3 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ The component accepts the following props: |**`print`**|boolean or string|true|Show/hide print icon from toolbar. Possible values:

|**`renderExpandableRow`**|function||Render expandable row. `function(rowData, rowMeta) => React Component` [Example](https://github.com/gregnb/mui-datatables/blob/master/examples/expandable-rows/index.js) |**`resizableColumns`**|boolean|false|Enable/disable resizable columns. -|**`responsive`**|string|'stacked'|Enable/disable responsive table views. Options:

[Example](https://github.com/gregnb/mui-datatables/blob/master/examples/simple/index.js) +|**`responsive`**|string|'vertical'|Enable/disable responsive table views. Options:

[Example](https://github.com/gregnb/mui-datatables/blob/master/examples/simple/index.js) |**`rowHover`**|boolean|true|Enable/disable hover style over rows. |**`rowsExpanded`**|array||User provided expanded rows. |**`rowsPerPage`**|number|10|Number of rows allowed per page.