react-bootstrap-table-ng-toolkit 4.19.0 → 4.19.1
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -280,6 +280,6 @@ import ToolkitProvider, { ColumnToggle } from 'react-bootstrap-table-ng-toolkit'
|
|
|
280
280
|
</ToolkitProvider>
|
|
281
281
|
```
|
|
282
282
|
|
|
283
|
-
> `columnToggleProps` props have enough information to let you custom the toggle list: [demo]([Live Demo For Export CSV](https://
|
|
283
|
+
> `columnToggleProps` props have enough information to let you custom the toggle list: [demo]([Live Demo For Export CSV](https://jeff-k-zhou.github.io/react-bootstrap-table-ng/storybook/index.html?selectedKind=Export%20CSV&selectedStory=Custom%20Column%20Toggle))
|
|
284
284
|
|
|
285
285
|
If you want to have default visibility on specified column, you can just give `true` or `false` on `column.hidden`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-bootstrap-table-ng-toolkit",
|
|
3
|
-
"version": "4.19.
|
|
3
|
+
"version": "4.19.1",
|
|
4
4
|
"description": "The toolkit for react-bootstrap-table-ng",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"prop-types": "
|
|
48
|
+
"prop-types": ">=15.8.1",
|
|
49
49
|
"react": "^18.0 || ^18.0.0 || ^19.0 || ^19.0.0",
|
|
50
50
|
"react-dom": "^18.0 || ^18.0.0 || ^19.0 || ^19.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"file-saver": "^2.0.5",
|
|
54
|
-
"react-bootstrap-table-ng": "^4.19.
|
|
54
|
+
"react-bootstrap-table-ng": "^4.19.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/file-saver": "^2.0.5"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "24022dc8281117b928db32c4a90bcc9edc402edf"
|
|
60
60
|
}
|