@reactorui/datagrid 1.0.7 → 1.0.8

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.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # @reactorui/datagrid
2
2
 
3
- A high-performance, feature-rich React data grid component with TypeScript support, server-side integration, and advanced filtering capabilities.
3
+ A high-performance, feature-rich React data grid component with TypeScript support, server-side integration, pagination and advanced filtering capabilities.
4
+
5
+ ## 🖼️ Screenshots
6
+
7
+ ### Light Mode
8
+
9
+ ![DataGrid Light Mode](./screenshots/datagrid-light.png)
10
+
11
+ ### Dark Mode
12
+
13
+ ![DataGrid Dark Mode](./screenshots/datagrid-dark.png)
4
14
 
5
15
  ## ✨ Features
6
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactorui/datagrid",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "High-performance React data grid with TypeScript support, server-side integration, and continuation token pagination",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",