@hybr1d-tech/charizard 1.1.50 → 1.1.51
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/dist/hybr1d-ui.js +2 -2
- package/dist/hybr1d-ui.umd.cjs +7 -7
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -10240,10 +10240,10 @@ function qv({
|
|
|
10240
10240
|
const C = d.filter((y) => y.checked), p = d.filter((y) => !y.checked), I = g.useCallback(
|
|
10241
10241
|
(y) => {
|
|
10242
10242
|
l.getAllLeafColumns().forEach((V) => {
|
|
10243
|
-
V.getCanHide() && V.toggleVisibility(!1);
|
|
10243
|
+
V.getCanHide() && !V.columnDef.enablePinning && V.toggleVisibility(!1);
|
|
10244
10244
|
}), y.forEach((V) => {
|
|
10245
10245
|
const D = l.getColumn(V.id);
|
|
10246
|
-
D && D.toggleVisibility(V.checked);
|
|
10246
|
+
D && !D.columnDef.enablePinning && D.toggleVisibility(V.checked);
|
|
10247
10247
|
}), l.setColumnOrder(() => {
|
|
10248
10248
|
const V = y.map((X) => X.id), D = [
|
|
10249
10249
|
n ? A2 : H2,
|