From 7efe247cad0b7f23e61a2184147cd431a58c4cca Mon Sep 17 00:00:00 2001 From: PKulkoRaccoonGang Date: Thu, 7 Sep 2023 23:18:08 +0300 Subject: [PATCH 1/3] fix: fixed link to bootstrap for DataTable --- 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..b80d1d3d12 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 additional documentation](https://react-bootstrap-v4.netlify.app/layout/grid/). ```jsx live () => { From d1aaecb5e3468215f6bc45c4237ba01411aa23ae Mon Sep 17 00:00:00 2001 From: PKulkoRaccoonGang Date: Tue, 12 Sep 2023 10:54:14 +0300 Subject: [PATCH 2/3] 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 () => { From 6d6759bb7119d8d87459cd0cc55d7d704c3e3516 Mon Sep 17 00:00:00 2001 From: PKulkoRaccoonGang Date: Thu, 14 Sep 2023 11:25:00 +0300 Subject: [PATCH 3/3] 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 0b48d74f9b..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 [React-Bootstrap grid 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's grid documentation](https://react-bootstrap-v4.netlify.app/layout/grid/). ```jsx live () => {