@linzjs/step-ag-grid 13.1.1 → 13.1.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.
package/dist/step-ag-grid.esm.js
CHANGED
|
@@ -2812,7 +2812,7 @@ var GridFilterColumnsToggle = function (_a) {
|
|
|
2812
2812
|
.filter(function (col) { return !!col.headerName; })
|
|
2813
2813
|
.map(function (col) {
|
|
2814
2814
|
var _a, _b;
|
|
2815
|
-
return (jsx(MenuItem, __assign({ disabled: col
|
|
2815
|
+
return (jsx(MenuItem, __assign({ disabled: isNonManageableColumn(col), onClick: function (e) {
|
|
2816
2816
|
// Global react-menu MenuItem handler handles tabs
|
|
2817
2817
|
if (e.key !== "Tab") {
|
|
2818
2818
|
e.keepOpen = true;
|