From d1aaecb5e3468215f6bc45c4237ba01411aa23ae Mon Sep 17 00:00:00 2001 From: PKulkoRaccoonGang Date: Tue, 12 Sep 2023 10:54:14 +0300 Subject: [PATCH] refactor: refactoring after review --- src/DataTable/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataTable/README.md b/src/DataTable/README.md index b80d1d3d12..0b48d74f9b 100644 --- a/src/DataTable/README.md +++ b/src/DataTable/README.md @@ -1062,7 +1062,7 @@ a responsive grid of cards. ### Customizing number of Cards shown per row Use `columnSizes` prop of `CardView` component to define how many `Cards` are shown per row at each breakpoint. -`columnSizes` is an object containing the desired column size at each breakpoint. The example below shows 1 `Card` per row at `xs` breakpoint, 2 `Cards` at `sm` and `md`, and 4 `Cards` at `lg` and higher. You can read more about the API at [React-Bootstrap additional documentation](https://react-bootstrap-v4.netlify.app/layout/grid/). +`columnSizes` is an object containing the desired column size at each breakpoint. The example below shows 1 `Card` per row at `xs` breakpoint, 2 `Cards` at `sm` and `md`, and 4 `Cards` at `lg` and higher. You can read more about the API at [React-Bootstrap grid documentation](https://react-bootstrap-v4.netlify.app/layout/grid/). ```jsx live () => {