Skip to content

Commit

Permalink
docs(Table): update readme (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored Jan 15, 2024
1 parent 79f7e07 commit ffd3eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Additional functionality is enabled via HOCs:
| align | Content alignment | `"left"` `"center"` `"right"` | |
| sticky | Sticky column | `"left"` `"right"` | |
| primary | Distinguishes a column among other | `boolean` | |
| width | Column width in px | `number` | |
| width | Column's content width in px | `number` `string` | |
| meta | Various data, HOC settings | `Record<string, any>` | |

## Usage with HOC `withTableActions`
Expand Down

0 comments on commit ffd3eac

Please sign in to comment.