@bigbinary/neeto-atoms 1.0.33 → 1.0.34

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.
@@ -3588,7 +3588,7 @@ const DataTablePagination = ({ currentPage, pageCount, onPageChange, }) => {
3588
3588
  const HeaderCellMenu = ({ column, enableAddColumn, enableColumnFreeze, isColumnPinned, canMoveLeft, canMoveRight, onSort, onHideColumn, onTogglePin, onAddColumn, onDeleteColumn, onMoveColumn, onMoreActionClick, columnIndex, }) => {
3589
3589
  const meta = column.columnDef.meta;
3590
3590
  const isSortable = column.getCanSort();
3591
- const isHidable = meta?.isHidable !== false;
3591
+ const isHidable = column.getCanHide();
3592
3592
  const isDeletable = meta?.isDeletable === true;
3593
3593
  const moreActions = meta?.moreActions ?? [];
3594
3594
  const currentSort = column.getIsSorted();
@@ -3849,4 +3849,4 @@ exports.useColumnVisibility = useColumnVisibility;
3849
3849
  exports.useTablePagination = useTablePagination;
3850
3850
  exports.useTableSelection = useTableSelection;
3851
3851
  exports.useTableSort = useTableSort;
3852
- //# sourceMappingURL=DataTable-D_rEai97.js.map
3852
+ //# sourceMappingURL=DataTable-Bc9o5j6-.js.map