From 8166992e6b7fd5930fa06c2d8c4846e942ae1e98 Mon Sep 17 00:00:00 2001 From: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:00:00 +0300 Subject: [PATCH] docs: fixed link to react-bootstrap for DataTable component (#2606) * fix: fixed link to bootstrap for DataTable * refactor: refactoring after review * refactor: code refactoring --- 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 2f417d9884..e9ccadf6d8 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 https://react-bootstrap.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's grid documentation](https://react-bootstrap-v4.netlify.app/layout/grid/). ```jsx live () => {