1111[ size-badge ] : https://img.shields.io/bundlephobia/minzip/react-data-grid
1212[ size-url ] : https://bundlephobia.com/package/react-data-grid
1313[ type-badge ] : https://img.shields.io/npm/types/react-data-grid
14- [ codecov-badge ] : https://codecov.io/gh/adazzle /react-data-grid/branch/main/graph/badge.svg?token=cvrRSWiz0Q
15- [ codecov-url ] : https://app.codecov.io/gh/adazzle /react-data-grid
16- [ ci-badge ] : https://github.com/adazzle /react-data-grid/workflows/CI/badge.svg
17- [ ci-url ] : https://github.com/adazzle /react-data-grid/actions
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
1818
1919The DataGrid component is designed to handle large datasets efficiently while offering a rich set of features for customization and interactivity.
2020
@@ -25,30 +25,30 @@ The DataGrid component is designed to handle large datasets efficiently while of
2525- Tree-shaking support and only [ one npm dependency] ( package.json ) to keep your bundles slim
2626- Great performance thanks to virtualization: columns and rows outside the viewport are not rendered
2727- Strictly typed with TypeScript
28- - [ Keyboard accessibility] ( https://adazzle .github.io/react-data-grid/#/CommonFeatures )
28+ - [ Keyboard accessibility] ( https://comcast .github.io/react-data-grid/#/CommonFeatures )
2929- Light and dark mode support out of the box.
30- - [ Frozen columns] ( https://adazzle .github.io/react-data-grid/#/CommonFeatures ) : Freeze columns to keep them visible during horizontal scrolling.
31- - [ Column resizing] ( https://adazzle .github.io/react-data-grid/#/CommonFeatures )
32- - [ Multi-column sorting] ( https://adazzle .github.io/react-data-grid/#/CommonFeatures )
30+ - [ Frozen columns] ( https://comcast .github.io/react-data-grid/#/CommonFeatures ) : Freeze columns to keep them visible during horizontal scrolling.
31+ - [ Column resizing] ( https://comcast .github.io/react-data-grid/#/CommonFeatures )
32+ - [ Multi-column sorting] ( https://comcast .github.io/react-data-grid/#/CommonFeatures )
3333 - Click on a sortable column header to toggle between its ascending/descending sort order
3434 - Ctrl+Click / Meta+Click to sort an additional column
35- - [ Column spanning] ( https://adazzle .github.io/react-data-grid/#/ColumnSpanning )
36- - [ Column grouping] ( https://adazzle .github.io/react-data-grid/#/ColumnGrouping )
37- - [ Row selection] ( https://adazzle .github.io/react-data-grid/#/CommonFeatures )
38- - [ Row grouping] ( https://adazzle .github.io/react-data-grid/#/RowGrouping )
39- - [ Summary rows] ( https://adazzle .github.io/react-data-grid/#/CommonFeatures )
40- - [ Dynamic row heights] ( https://adazzle .github.io/react-data-grid/#/VariableRowHeight )
41- - [ No rows fallback] ( https://adazzle .github.io/react-data-grid/#/NoRows )
42- - [ Cell formatting] ( https://adazzle .github.io/react-data-grid/#/CommonFeatures )
43- - [ Cell editing] ( https://adazzle .github.io/react-data-grid/#/CommonFeatures )
44- - [ Cell copy / pasting] ( https://adazzle .github.io/react-data-grid/#/AllFeatures )
45- - [ Cell value dragging / filling] ( https://adazzle .github.io/react-data-grid/#/AllFeatures )
46- - [ Customizable Renderers] ( https://adazzle .github.io/react-data-grid/#/CustomizableRenderers )
35+ - [ Column spanning] ( https://comcast .github.io/react-data-grid/#/ColumnSpanning )
36+ - [ Column grouping] ( https://comcast .github.io/react-data-grid/#/ColumnGrouping )
37+ - [ Row selection] ( https://comcast .github.io/react-data-grid/#/CommonFeatures )
38+ - [ Row grouping] ( https://comcast .github.io/react-data-grid/#/RowGrouping )
39+ - [ Summary rows] ( https://comcast .github.io/react-data-grid/#/CommonFeatures )
40+ - [ Dynamic row heights] ( https://comcast .github.io/react-data-grid/#/VariableRowHeight )
41+ - [ No rows fallback] ( https://comcast .github.io/react-data-grid/#/NoRows )
42+ - [ Cell formatting] ( https://comcast .github.io/react-data-grid/#/CommonFeatures )
43+ - [ Cell editing] ( https://comcast .github.io/react-data-grid/#/CommonFeatures )
44+ - [ Cell copy / pasting] ( https://comcast .github.io/react-data-grid/#/AllFeatures )
45+ - [ Cell value dragging / filling] ( https://comcast .github.io/react-data-grid/#/AllFeatures )
46+ - [ Customizable Renderers] ( https://comcast .github.io/react-data-grid/#/CustomizableRenderers )
4747- Right-to-left (RTL) support.
4848
4949## Links
5050
51- - [ Examples website] ( https://adazzle .github.io/react-data-grid/ )
51+ - [ Examples website] ( https://comcast .github.io/react-data-grid/ )
5252 - [ Source code] ( website )
5353- [ Changelog] ( CHANGELOG.md )
5454- [ Contributing] ( CONTRIBUTING.md )
0 commit comments