@bsol-oss/react-datatable5 1.0.36 → 1.0.37
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 +7 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,3 +69,10 @@ Example Url generated by the DataTableServer
|
|
|
69
69
|
```
|
|
70
70
|
GET http://localhost:8333/api/v1/gpt/chat/history/all?pagination={"offset":0,"rows":10}&sorting={}&where={}&searching=hello
|
|
71
71
|
```
|
|
72
|
+
|
|
73
|
+
## Development
|
|
74
|
+
|
|
75
|
+
```
|
|
76
|
+
npm install
|
|
77
|
+
npm run storybook
|
|
78
|
+
```
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED