diff --git a/src/components/Table/README.md b/src/components/Table/README.md index 46b2de8954..9f5a1c8b63 100644 --- a/src/components/Table/README.md +++ b/src/components/Table/README.md @@ -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` | | ## Usage with HOC `withTableActions`