11
11
[ size-badge ] : https://img.shields.io/bundlephobia/minzip/react-data-grid
12
12
[ size-url ] : https://bundlephobia.com/package/react-data-grid
13
13
[ 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
18
18
19
19
The DataGrid component is designed to handle large datasets efficiently while offering a rich set of features for customization and interactivity.
20
20
@@ -25,30 +25,30 @@ The DataGrid component is designed to handle large datasets efficiently while of
25
25
- Tree-shaking support and only [ one npm dependency] ( package.json ) to keep your bundles slim
26
26
- Great performance thanks to virtualization: columns and rows outside the viewport are not rendered
27
27
- 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 )
29
29
- 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 )
33
33
- Click on a sortable column header to toggle between its ascending/descending sort order
34
34
- 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 )
47
47
- Right-to-left (RTL) support.
48
48
49
49
## Links
50
50
51
- - [ Examples website] ( https://adazzle .github.io/react-data-grid/ )
51
+ - [ Examples website] ( https://comcast .github.io/react-data-grid/ )
52
52
- [ Source code] ( website )
53
53
- [ Changelog] ( CHANGELOG.md )
54
54
- [ Contributing] ( CONTRIBUTING.md )
0 commit comments