Skip to content

Commit

Permalink
docs: fixed link to react-bootstrap for DataTable component (#2606)
Browse files Browse the repository at this point in the history
* fix: fixed link to bootstrap for DataTable

* refactor: refactoring after review

* refactor: code refactoring
  • Loading branch information
PKulkoRaccoonGang authored Sep 14, 2023
1 parent 6a8080d commit 8166992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataTable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
() => {
Expand Down

0 comments on commit 8166992

Please sign in to comment.