flexitablesort 1.1.3 → 1.1.4
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 +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,6 +9,18 @@ Drag-and-drop row and column reordering for React tables. Smooth animations, aut
|
|
|
9
9
|
|
|
10
10
|
**[Live Demos & Full Documentation](https://samiodeh1337.github.io/sortable-table/)**
|
|
11
11
|
|
|
12
|
+
## Examples
|
|
13
|
+
<!-- Desktop demo -->
|
|
14
|
+
<p>
|
|
15
|
+
<img src="./docs/desktop.gif" alt="Desktop demo" width="800" />
|
|
16
|
+
</p>
|
|
17
|
+
|
|
18
|
+
<!-- Mobile demo -->
|
|
19
|
+
<p>
|
|
20
|
+
<img src="./docs/mobile.gif" alt="Mobile demo" width="360" />
|
|
21
|
+
</p>
|
|
22
|
+
|
|
23
|
+
|
|
12
24
|
## Install
|
|
13
25
|
|
|
14
26
|
```bash
|