|
6 | 6 | [![codecov-badge]][codecov-url] |
7 | 7 | [![ci-badge]][ci-url] |
8 | 8 |
|
9 | | -[npm-badge]: https://img.shields.io/npm/v/react-data-grid |
10 | | -[npm-url]: https://www.npmjs.com/package/react-data-grid |
11 | | -[size-badge]: https://img.shields.io/bundlephobia/minzip/react-data-grid |
12 | | -[size-url]: https://bundlephobia.com/package/react-data-grid |
13 | | -[type-badge]: https://img.shields.io/npm/types/react-data-grid |
14 | | -[codecov-badge]: https://codecov.io/gh/Comcast/react-data-grid/branch/main/graph/badge.svg?token=cvrRSWiz0Q |
15 | | -[codecov-url]: https://app.codecov.io/gh/Comcast/react-data-grid |
16 | | -[ci-badge]: https://github.com/Comcast/react-data-grid/workflows/CI/badge.svg |
17 | | -[ci-url]: https://github.com/Comcast/react-data-grid/actions |
18 | | - |
19 | 9 | The DataGrid component is designed to handle large datasets efficiently while offering a rich set of features for customization and interactivity. |
20 | 10 |
|
21 | 11 | ## Table of contents |
@@ -2104,3 +2094,13 @@ type Maybe<T> = T | undefined | null; |
2104 | 2094 | - `R`, `TRow`: Row type |
2105 | 2095 | - `SR`, `TSummaryRow`: Summary row type |
2106 | 2096 | - `K`: Row key type |
| 2097 | + |
| 2098 | +[ci-badge]: https://github.com/Comcast/react-data-grid/workflows/CI/badge.svg |
| 2099 | +[ci-url]: https://github.com/Comcast/react-data-grid/actions |
| 2100 | +[codecov-badge]: https://codecov.io/gh/Comcast/react-data-grid/branch/main/graph/badge.svg?token=cvrRSWiz0Q |
| 2101 | +[codecov-url]: https://app.codecov.io/gh/Comcast/react-data-grid |
| 2102 | +[npm-badge]: https://img.shields.io/npm/v/react-data-grid |
| 2103 | +[npm-url]: https://www.npmjs.com/package/react-data-grid |
| 2104 | +[size-badge]: https://img.shields.io/bundlephobia/minzip/react-data-grid |
| 2105 | +[size-url]: https://bundlephobia.com/package/react-data-grid |
| 2106 | +[type-badge]: https://img.shields.io/npm/types/react-data-grid |
0 commit comments