react-open-source-grid 1.0.7 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/404.html +40 -0
- package/dist/assets/{index-DE6a7ABE.js → index-B3Bc2jkG.js} +150 -55
- package/dist/assets/{layoutPersistence-DclV2ihq.js → layoutPersistence-YxYcHuDF.js} +1 -1
- package/dist/index.html +56 -3
- package/dist/logo.png +0 -0
- package/dist/robots.txt +11 -0
- package/dist/sitemap.xml +172 -0
- package/package.json +3 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as e,c as t,i as n,n as r,o as i,r as a,s as o,t as s}from"./index-
|
|
1
|
+
import{a as e,c as t,i as n,n as r,o as i,r as a,s as o,t as s}from"./index-B3Bc2jkG.js";export{e as createPreset};
|
package/dist/index.html
CHANGED
|
@@ -2,10 +2,63 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
|
-
<link rel="icon" type="image/
|
|
5
|
+
<link rel="icon" type="image/png" href="/logo.png" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
|
|
8
|
+
<!-- Primary Meta Tags -->
|
|
9
|
+
<title>React DataGrid - Enterprise-Grade Open Source Data Grid Component</title>
|
|
10
|
+
<meta name="title" content="React DataGrid - Enterprise-Grade Open Source Data Grid Component" />
|
|
11
|
+
<meta name="description" content="High-performance React DataGrid with 100+ features: virtual scrolling, infinite scroll, tree data, market data streaming, cell renderers, column filters, and more. Open source and production-ready." />
|
|
12
|
+
<meta name="keywords" content="react datagrid, data grid, table component, virtual scroll, infinite scroll, tree data, market data, cell renderer, column filter, react table, open source datagrid, high performance grid" />
|
|
13
|
+
<meta name="author" content="Bhushan Poojary" />
|
|
14
|
+
<meta name="robots" content="index, follow" />
|
|
15
|
+
<meta name="language" content="English" />
|
|
16
|
+
<meta name="revisit-after" content="7 days" />
|
|
17
|
+
|
|
18
|
+
<!-- Open Graph / Facebook -->
|
|
19
|
+
<meta property="og:type" content="website" />
|
|
20
|
+
<meta property="og:url" content="https://bhushanpoojary.github.io/react-open-source-datagrid/" />
|
|
21
|
+
<meta property="og:title" content="React DataGrid - Enterprise-Grade Open Source Data Grid Component" />
|
|
22
|
+
<meta property="og:description" content="High-performance React DataGrid with 100+ features: virtual scrolling, infinite scroll, tree data, market data streaming, cell renderers, column filters, and more." />
|
|
23
|
+
<meta property="og:image" content="/react-open-source-datagrid/logo.png" />
|
|
24
|
+
|
|
25
|
+
<!-- Twitter -->
|
|
26
|
+
<meta property="twitter:card" content="summary_large_image" />
|
|
27
|
+
<meta property="twitter:url" content="https://bhushanpoojary.github.io/react-open-source-datagrid/" />
|
|
28
|
+
<meta property="twitter:title" content="React DataGrid - Enterprise-Grade Open Source Data Grid Component" />
|
|
29
|
+
<meta property="twitter:description" content="High-performance React DataGrid with 100+ features: virtual scrolling, infinite scroll, tree data, market data streaming, cell renderers, column filters, and more." />
|
|
30
|
+
<meta property="twitter:image" content="/react-open-source-datagrid/logo.png" />
|
|
31
|
+
|
|
32
|
+
<!-- Canonical URL -->
|
|
33
|
+
<link rel="canonical" href="https://bhushanpoojary.github.io/react-open-source-datagrid/" />
|
|
34
|
+
|
|
35
|
+
<!-- Theme Color -->
|
|
36
|
+
<meta name="theme-color" content="#1e293b" />
|
|
37
|
+
|
|
38
|
+
<!-- GitHub Pages SPA redirect script -->
|
|
39
|
+
<script type="text/javascript">
|
|
40
|
+
// Single Page Apps for GitHub Pages
|
|
41
|
+
// MIT License
|
|
42
|
+
// https://github.com/rafgraph/spa-github-pages
|
|
43
|
+
// This script checks to see if a redirect is present in the query string,
|
|
44
|
+
// converts it back into the correct url and adds it to the
|
|
45
|
+
// browser's history using window.history.replaceState(...),
|
|
46
|
+
// which won't cause the browser to attempt to load the new url.
|
|
47
|
+
// When the single page app is loaded further down in this file,
|
|
48
|
+
// the correct url will be waiting in the browser's history for
|
|
49
|
+
// the single page app to route accordingly.
|
|
50
|
+
(function(l) {
|
|
51
|
+
if (l.search[1] === '/' ) {
|
|
52
|
+
var decoded = l.search.slice(1).split('&').map(function(s) {
|
|
53
|
+
return s.replace(/~and~/g, '&')
|
|
54
|
+
}).join('?');
|
|
55
|
+
window.history.replaceState(null, null,
|
|
56
|
+
l.pathname.slice(0, -1) + decoded + l.hash
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
}(window.location))
|
|
60
|
+
</script>
|
|
61
|
+
<script type="module" crossorigin src="/assets/index-B3Bc2jkG.js"></script>
|
|
9
62
|
<link rel="stylesheet" crossorigin href="/assets/index-DqLWhpvP.css">
|
|
10
63
|
</head>
|
|
11
64
|
<body>
|
package/dist/logo.png
ADDED
|
Binary file
|
package/dist/robots.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# robots.txt for React DataGrid
|
|
2
|
+
# Allow all search engines to crawl the site
|
|
3
|
+
|
|
4
|
+
User-agent: *
|
|
5
|
+
Allow: /
|
|
6
|
+
|
|
7
|
+
# Sitemap location
|
|
8
|
+
Sitemap: https://bhushanpoojary.github.io/react-open-source-datagrid/sitemap.xml
|
|
9
|
+
|
|
10
|
+
# Crawl-delay (optional, prevents overloading server)
|
|
11
|
+
Crawl-delay: 1
|
package/dist/sitemap.xml
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
|
+
|
|
4
|
+
<!-- Homepage -->
|
|
5
|
+
<url>
|
|
6
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/</loc>
|
|
7
|
+
<lastmod>2025-11-25</lastmod>
|
|
8
|
+
<changefreq>weekly</changefreq>
|
|
9
|
+
<priority>1.0</priority>
|
|
10
|
+
</url>
|
|
11
|
+
|
|
12
|
+
<!-- Standard Demo -->
|
|
13
|
+
<url>
|
|
14
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/standard</loc>
|
|
15
|
+
<lastmod>2025-11-25</lastmod>
|
|
16
|
+
<changefreq>monthly</changefreq>
|
|
17
|
+
<priority>0.9</priority>
|
|
18
|
+
</url>
|
|
19
|
+
|
|
20
|
+
<!-- Virtual Scrolling -->
|
|
21
|
+
<url>
|
|
22
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/virtual-scrolling</loc>
|
|
23
|
+
<lastmod>2025-11-25</lastmod>
|
|
24
|
+
<changefreq>monthly</changefreq>
|
|
25
|
+
<priority>0.9</priority>
|
|
26
|
+
</url>
|
|
27
|
+
|
|
28
|
+
<!-- Infinite Scroll -->
|
|
29
|
+
<url>
|
|
30
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/infinite-scroll</loc>
|
|
31
|
+
<lastmod>2025-11-25</lastmod>
|
|
32
|
+
<changefreq>monthly</changefreq>
|
|
33
|
+
<priority>0.9</priority>
|
|
34
|
+
</url>
|
|
35
|
+
|
|
36
|
+
<!-- Market Data -->
|
|
37
|
+
<url>
|
|
38
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/market-data</loc>
|
|
39
|
+
<lastmod>2025-11-25</lastmod>
|
|
40
|
+
<changefreq>monthly</changefreq>
|
|
41
|
+
<priority>0.9</priority>
|
|
42
|
+
</url>
|
|
43
|
+
|
|
44
|
+
<!-- Tree Data -->
|
|
45
|
+
<url>
|
|
46
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/tree-data</loc>
|
|
47
|
+
<lastmod>2025-11-25</lastmod>
|
|
48
|
+
<changefreq>monthly</changefreq>
|
|
49
|
+
<priority>0.8</priority>
|
|
50
|
+
</url>
|
|
51
|
+
|
|
52
|
+
<!-- Cell Renderers -->
|
|
53
|
+
<url>
|
|
54
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/cell-renderers</loc>
|
|
55
|
+
<lastmod>2025-11-25</lastmod>
|
|
56
|
+
<changefreq>monthly</changefreq>
|
|
57
|
+
<priority>0.8</priority>
|
|
58
|
+
</url>
|
|
59
|
+
|
|
60
|
+
<!-- Column Filters -->
|
|
61
|
+
<url>
|
|
62
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/column-filters</loc>
|
|
63
|
+
<lastmod>2025-11-25</lastmod>
|
|
64
|
+
<changefreq>monthly</changefreq>
|
|
65
|
+
<priority>0.8</priority>
|
|
66
|
+
</url>
|
|
67
|
+
|
|
68
|
+
<!-- Faceted Search -->
|
|
69
|
+
<url>
|
|
70
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/faceted-search</loc>
|
|
71
|
+
<lastmod>2025-11-25</lastmod>
|
|
72
|
+
<changefreq>monthly</changefreq>
|
|
73
|
+
<priority>0.8</priority>
|
|
74
|
+
</url>
|
|
75
|
+
|
|
76
|
+
<!-- Layout Persistence -->
|
|
77
|
+
<url>
|
|
78
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/layout-persistence</loc>
|
|
79
|
+
<lastmod>2025-11-25</lastmod>
|
|
80
|
+
<changefreq>monthly</changefreq>
|
|
81
|
+
<priority>0.7</priority>
|
|
82
|
+
</url>
|
|
83
|
+
|
|
84
|
+
<!-- Themes -->
|
|
85
|
+
<url>
|
|
86
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/themes</loc>
|
|
87
|
+
<lastmod>2025-11-25</lastmod>
|
|
88
|
+
<changefreq>monthly</changefreq>
|
|
89
|
+
<priority>0.7</priority>
|
|
90
|
+
</url>
|
|
91
|
+
|
|
92
|
+
<!-- Density Mode -->
|
|
93
|
+
<url>
|
|
94
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/density-mode</loc>
|
|
95
|
+
<lastmod>2025-11-25</lastmod>
|
|
96
|
+
<changefreq>monthly</changefreq>
|
|
97
|
+
<priority>0.7</priority>
|
|
98
|
+
</url>
|
|
99
|
+
|
|
100
|
+
<!-- Row Dragging -->
|
|
101
|
+
<url>
|
|
102
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/row-dragging</loc>
|
|
103
|
+
<lastmod>2025-11-25</lastmod>
|
|
104
|
+
<changefreq>monthly</changefreq>
|
|
105
|
+
<priority>0.7</priority>
|
|
106
|
+
</url>
|
|
107
|
+
|
|
108
|
+
<!-- Row Pinning -->
|
|
109
|
+
<url>
|
|
110
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/row-pinning</loc>
|
|
111
|
+
<lastmod>2025-11-25</lastmod>
|
|
112
|
+
<changefreq>monthly</changefreq>
|
|
113
|
+
<priority>0.7</priority>
|
|
114
|
+
</url>
|
|
115
|
+
|
|
116
|
+
<!-- Accessibility -->
|
|
117
|
+
<url>
|
|
118
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/accessibility</loc>
|
|
119
|
+
<lastmod>2025-11-25</lastmod>
|
|
120
|
+
<changefreq>monthly</changefreq>
|
|
121
|
+
<priority>0.7</priority>
|
|
122
|
+
</url>
|
|
123
|
+
|
|
124
|
+
<!-- Context Menu -->
|
|
125
|
+
<url>
|
|
126
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/context-menu</loc>
|
|
127
|
+
<lastmod>2025-11-25</lastmod>
|
|
128
|
+
<changefreq>monthly</changefreq>
|
|
129
|
+
<priority>0.7</priority>
|
|
130
|
+
</url>
|
|
131
|
+
|
|
132
|
+
<!-- Tooltip -->
|
|
133
|
+
<url>
|
|
134
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/tooltip</loc>
|
|
135
|
+
<lastmod>2025-11-25</lastmod>
|
|
136
|
+
<changefreq>monthly</changefreq>
|
|
137
|
+
<priority>0.7</priority>
|
|
138
|
+
</url>
|
|
139
|
+
|
|
140
|
+
<!-- Feature Gallery -->
|
|
141
|
+
<url>
|
|
142
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/feature-gallery</loc>
|
|
143
|
+
<lastmod>2025-11-25</lastmod>
|
|
144
|
+
<changefreq>monthly</changefreq>
|
|
145
|
+
<priority>0.8</priority>
|
|
146
|
+
</url>
|
|
147
|
+
|
|
148
|
+
<!-- Benchmark -->
|
|
149
|
+
<url>
|
|
150
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/demo/benchmark</loc>
|
|
151
|
+
<lastmod>2025-11-25</lastmod>
|
|
152
|
+
<changefreq>monthly</changefreq>
|
|
153
|
+
<priority>0.6</priority>
|
|
154
|
+
</url>
|
|
155
|
+
|
|
156
|
+
<!-- API Reference -->
|
|
157
|
+
<url>
|
|
158
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/api/reference</loc>
|
|
159
|
+
<lastmod>2025-11-25</lastmod>
|
|
160
|
+
<changefreq>weekly</changefreq>
|
|
161
|
+
<priority>0.9</priority>
|
|
162
|
+
</url>
|
|
163
|
+
|
|
164
|
+
<!-- API Demo -->
|
|
165
|
+
<url>
|
|
166
|
+
<loc>https://bhushanpoojary.github.io/react-open-source-datagrid/api/demo</loc>
|
|
167
|
+
<lastmod>2025-11-25</lastmod>
|
|
168
|
+
<changefreq>weekly</changefreq>
|
|
169
|
+
<priority>0.8</priority>
|
|
170
|
+
</url>
|
|
171
|
+
|
|
172
|
+
</urlset>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-open-source-grid",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "A high-performance React DataGrid component with advanced features like virtual scrolling, infinite scrolling, tree data, market data mode, and more",
|
|
7
7
|
"main": "./dist/assets/index.js",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"exceljs": "^4.4.0",
|
|
56
56
|
"react": "^19.2.0",
|
|
57
57
|
"react-dom": "^19.2.0",
|
|
58
|
+
"react-router-dom": "^7.9.6",
|
|
58
59
|
"react-syntax-highlighter": "^16.1.0"
|
|
59
60
|
},
|
|
60
61
|
"devDependencies": {
|
|
@@ -63,6 +64,7 @@
|
|
|
63
64
|
"@types/node": "^24.10.1",
|
|
64
65
|
"@types/react": "^19.2.5",
|
|
65
66
|
"@types/react-dom": "^19.2.3",
|
|
67
|
+
"@types/react-router-dom": "^5.3.3",
|
|
66
68
|
"@vitejs/plugin-react": "^5.1.1",
|
|
67
69
|
"cypress": "^13.16.1",
|
|
68
70
|
"eslint": "^9.39.1",
|