From ffd3eac868a182f2427886e335c134ff310c9941 Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Mon, 15 Jan 2024 14:58:55 +0300 Subject: [PATCH] docs(Table): update readme (#1245) --- src/components/Table/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`