Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanVor committed Feb 13, 2024
1 parent 3240a14 commit 1424e4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ const MyTable1 = withTableSettings({sortable: false})(Table);

### Options

| Name | Description | Type | Default |
| :------- | :------------------------------------------------ | :---------------: | :-----: |
| width | Settings' popup width | `number` `string` | |
| sortable | Whether or not add ability to sort settings items | `boolean` | `true` |
| Name | Description | Type | Default |
| :------- | :------------------------------------------------ | :------------: | :-----: |
| width | Settings' popup width | `number` `fit` | |
| sortable | Whether or not add ability to sort settings items | `boolean` | `true` |

### ColumnMeta

Expand All @@ -227,7 +227,7 @@ const MyTable1 = withTableSettings({sortable: false})(Table);

| Name | Description | Type |
| :----------------- | :---------------------------- | :------------------------------------------: |
| settingsPopupWidth | TableColumnSetup pop-up width | `number` `string` |
| settingsPopupWidth | TableColumnSetup pop-up width | `number` `fit` |
| settings | Current settings | `TableSettingsData` |
| updateSettings | Settings update handle | `(data: TableSettingsData) => Promise<void>` |

Expand Down

0 comments on commit 1424e4f

Please sign in to comment.