react-base-data-table 0.3.6 → 0.3.7

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,6 +44,8 @@ import { BaseTable } from "react-base-data-table";
44
44
  import "react-base-data-table/style.css";
45
45
  ```
46
46
 
47
+ Consider where you import the "react-base-data-table/style.css" file. You should import it **after** your own CSS files to ensure it takes precedence and avoids style conflicts.
48
+
47
49
  ### Basic Example
48
50
 
49
51
  ```jsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-base-data-table",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "types": "dist/types/index.d.ts",