@pravinrd/awesome-grid 0.2.11 → 0.2.12
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Awesome Grid is a feature-rich, themeable React data grid/table with client-side
|
|
|
10
10
|
- Theme switcher (light/dark/purple)
|
|
11
11
|
- Virtualized rendering for large datasets (All rows mode)
|
|
12
12
|
- Date filtering with HTML5 date input
|
|
13
|
-
- Personalization stored in
|
|
13
|
+
- Personalization stored in IndexedDB
|
|
14
14
|
|
|
15
15
|
## Install
|
|
16
16
|
```bash
|