flexitablesort 1.0.1 → 1.0.2
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 +5 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# flexitablesort
|
|
2
2
|
|
|
3
|
-

|
|
8
|
-

|
|
3
|
+
[](https://www.npmjs.com/package/flexitablesort)
|
|
4
|
+
[](https://bundlephobia.com/package/flexitablesort)
|
|
5
|
+
[](https://github.com/samiodeh1337/sortable-table/blob/main/LICENSE)
|
|
6
|
+
[](https://www.npmjs.com/package/flexitablesort)
|
|
9
7
|
|
|
10
|
-
---
|
|
11
8
|
Drag-and-drop row and column reordering for React tables. Smooth animations, auto-scroll, virtual scrolling support, and zero external UI dependencies.
|
|
12
9
|
|
|
13
10
|
## Install
|