@symply.io/basic-components 1.1.0-beta.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -258,6 +258,7 @@ import BasicTable, { useTable } from '@symply.io/basic-components/BasicTable';
|
|
258
258
|
| footers | Array\<FooterProps> | [] | false | The cells for the footer. (from the hook) |
|
259
259
|
| onRowClick | func | | false | The function for row clicking. |
|
260
260
|
| noDataText | string | 'No Data!' | false | The text when no data rendered. |
|
261
|
+
| rowHeight | string \| number | 60 | false | The height of each row. |
|
261
262
|
| rows | Array<RowProps\> | | true | The rows for the table. (from the hook) |
|
262
263
|
|
263
264
|
|