Skip to content

Commit

Permalink
refactor: refactoring after review
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Sep 12, 2023
1 parent 7efe247 commit d1aaecb
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 [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
() => {
Expand Down

0 comments on commit d1aaecb

Please sign in to comment.