mui-datatables-updated 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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## Installation
4
4
 
5
+ If not already installed, install the Material-UI library:
6
+
7
+ ```bash
8
+ npm install @mui/material @emotion/react @emotion/styled @mui/icons-material
9
+ ```
10
+
11
+ Then install the mui-datatables-updated package:
12
+
5
13
  ```bash
6
14
  npm install mui-datatables-updated
7
15
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mui-datatables-updated",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MUI Datatable library inspired by the gregnb/mui-datatables project, featuring an up-to-date implementation with Typescript Support.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",