@pravinrd/awesome-grid 0.2.0 → 0.2.1
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 +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,22 +49,22 @@ export default function App() {
|
|
|
49
49
|
|
|
50
50
|
## Screenshots & GIFs
|
|
51
51
|
Theme selection
|
|
52
|
-

|
|
53
53
|
|
|
54
54
|
Filtering
|
|
55
|
-

|
|
56
56
|
|
|
57
57
|
Grouping drill-down
|
|
58
|
-

|
|
59
59
|
|
|
60
60
|
Column resizing
|
|
61
|
-

|
|
62
62
|
|
|
63
63
|
Drawer personalization
|
|
64
|
-

|
|
65
65
|
|
|
66
66
|
Virtualization
|
|
67
|
-

|
|
68
68
|
|
|
69
69
|
## API Contract (Expected Response Shape)
|
|
70
70
|
The component expects a JSON response with `data` and `columns`.
|