Skip to content

Commit 32e3266

Browse files
committed
Add configuration files for multiple data grid libraries including Cheetah Grid, dGrid, DHTMLX Grid, Frappe DataTable, and Wijmo Grid, detailing their features, frameworks support, and licensing information. (Fix #48)
1 parent 480beda commit 32e3266

File tree

5 files changed

+248
-0
lines changed

5 files changed

+248
-0
lines changed

data/cheetah-grid.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
title: Cheetah Grid
2+
homeUrl: https://future-architect.github.io/cheetah-grid/
3+
demoUrl: https://future-architect.github.io/cheetah-grid/#/
4+
githubRepo: future-architect/cheetah-grid
5+
npmPackage: cheetah-grid
6+
license: MIT
7+
revenueModel: Free
8+
description: High-performance JavaScript data table component that works on canvas. Designed for handling large datasets with 1M+ records efficiently through canvas-based rendering.
9+
frameworks:
10+
react: true
11+
svelte: false
12+
vue: true
13+
angular: true
14+
ember: false
15+
jquery: false
16+
vanilla: true
17+
features:
18+
accessible: false
19+
copyPaste: false
20+
csvExport: false
21+
customEditors: true
22+
customFormatters: true
23+
draggableRows: false
24+
editable: true
25+
fillDown: false
26+
fillRight: false
27+
filtering: true
28+
formulas: false
29+
freezableCols: true
30+
headless: false
31+
i18n: false
32+
maintained: true
33+
openSource: true
34+
pagination: false
35+
pdfExport: false
36+
pivots: false
37+
rangeSelection: false
38+
resizableCols: true
39+
responsive: false
40+
rowGrouping: false
41+
rowSelection: true
42+
search: false
43+
serverSide: false
44+
sorting: true
45+
trees: false
46+
typescript: true
47+
xlsxExport: false
48+
virtualization: true

data/dgrid.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
title: dGrid
2+
homeUrl: https://dgrid.io/
3+
demoUrl: null
4+
githubRepo: dojo/dojo1-dgrid
5+
npmPackage: dgrid
6+
license: BSD
7+
revenueModel: Free
8+
description: Next-generation grid component that takes full advantage of modern browsers and object stores. Lightweight, modular, and easily extensible, built by SitePen for the Dojo ecosystem.
9+
10+
frameworks:
11+
react: false
12+
svelte: false
13+
vue: false
14+
angular: false
15+
ember: false
16+
jquery: false
17+
vanilla: true
18+
19+
features:
20+
accessible: true
21+
copyPaste: false
22+
csvExport: false
23+
customEditors: true
24+
customFormatters: true
25+
draggableRows: false
26+
editable: true
27+
fillDown: false
28+
fillRight: false
29+
filtering: false
30+
formulas: false
31+
freezableCols: true
32+
headless: false
33+
i18n: false
34+
maintained: false
35+
openSource: true
36+
pagination: true
37+
pdfExport: false
38+
pivots: false
39+
rangeSelection: false
40+
resizableCols: true
41+
responsive: true
42+
rowGrouping: false
43+
rowSelection: true
44+
search: false
45+
serverSide: true
46+
sorting: true
47+
trees: true
48+
typescript: false
49+
xlsxExport: false
50+
virtualization: true

data/dhtmlx-grid.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
title: DHTMLX Grid
2+
homeUrl: https://dhtmlx.com/docs/products/
3+
demoUrl: https://dhtmlx.com/docs/products/
4+
githubRepo: null
5+
npmPackage: null
6+
license: Commercial
7+
revenueModel: Commercial
8+
description: Professional JavaScript data grid widget by DHTMLX. Feature-rich grid component with advanced data management capabilities, export functionality, and extensive customization options for enterprise applications.
9+
10+
frameworks:
11+
react: true
12+
svelte: false
13+
vue: true
14+
angular: true
15+
ember: false
16+
jquery: false
17+
vanilla: true
18+
19+
features:
20+
accessible: false
21+
copyPaste: true
22+
csvExport: true
23+
customEditors: true
24+
customFormatters: true
25+
draggableRows: true
26+
editable: true
27+
fillDown: false
28+
fillRight: false
29+
filtering: true
30+
formulas: false
31+
freezableCols: true
32+
headless: false
33+
i18n: false
34+
maintained: true
35+
openSource: false
36+
pagination: true
37+
pdfExport: true
38+
pivots: false
39+
rangeSelection: true
40+
resizableCols: true
41+
responsive: true
42+
rowGrouping: true
43+
rowSelection: true
44+
search: true
45+
serverSide: true
46+
sorting: true
47+
trees: false
48+
typescript: false
49+
xlsxExport: true
50+
virtualization: true

data/frappe-datatable.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
title: Frappe DataTable
2+
homeUrl: https://frappe.io/datatable
3+
demoUrl: https://frappe.io/datatable
4+
githubRepo: frappe/datatable
5+
npmPackage: frappe-datatable
6+
license: MIT
7+
revenueModel: Free
8+
description: Modern datatable library for the web. Built by Frappe Technologies for ERPNext, it's a simple, modern and interactive datatable library for displaying tabular data with no jQuery dependency.
9+
10+
frameworks:
11+
react: false
12+
svelte: false
13+
vue: false
14+
angular: false
15+
ember: false
16+
jquery: false
17+
vanilla: true
18+
19+
features:
20+
accessible: false
21+
copyPaste: false
22+
csvExport: false
23+
customEditors: false
24+
customFormatters: true
25+
draggableRows: false
26+
editable: true
27+
fillDown: false
28+
fillRight: false
29+
filtering: true
30+
formulas: false
31+
freezableCols: false
32+
headless: false
33+
i18n: false
34+
maintained: true
35+
openSource: true
36+
pagination: false
37+
pdfExport: false
38+
pivots: false
39+
rangeSelection: false
40+
resizableCols: true
41+
responsive: true
42+
rowGrouping: false
43+
rowSelection: true
44+
search: false
45+
serverSide: false
46+
sorting: true
47+
trees: true
48+
typescript: false
49+
xlsxExport: false
50+
virtualization: false

data/wijmo-grid.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
title: Wijmo Grid
2+
homeUrl: https://www.grapecity.com/wijmo
3+
demoUrl: https://www.grapecity.com/wijmo/demos/Grid/Overview/purejs
4+
githubRepo: null
5+
npmPackage: wijmo
6+
license: Commercial
7+
revenueModel: Commercial
8+
description: Enterprise-grade JavaScript data grid component by GrapeCity. Part of the Wijmo UI controls suite, offering comprehensive data visualization and editing capabilities for business applications.
9+
10+
frameworks:
11+
react: true
12+
svelte: false
13+
vue: true
14+
angular: true
15+
ember: false
16+
jquery: false
17+
vanilla: true
18+
19+
features:
20+
accessible: true
21+
copyPaste: true
22+
csvExport: true
23+
customEditors: true
24+
customFormatters: true
25+
draggableRows: true
26+
editable: true
27+
fillDown: true
28+
fillRight: true
29+
filtering: true
30+
formulas: false
31+
freezableCols: true
32+
headless: false
33+
i18n: true
34+
maintained: true
35+
openSource: false
36+
pagination: true
37+
pdfExport: true
38+
pivots: false
39+
rangeSelection: true
40+
resizableCols: true
41+
responsive: true
42+
rowGrouping: true
43+
rowSelection: true
44+
search: true
45+
serverSide: true
46+
sorting: true
47+
trees: true
48+
typescript: true
49+
xlsxExport: true
50+
virtualization: true

0 commit comments

Comments
 (0)