@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.
@@ -3567,7 +3567,7 @@ const DataTablePagination = ({ currentPage, pageCount, onPageChange, }) => {
3567
3567
  const HeaderCellMenu = ({ column, enableAddColumn, enableColumnFreeze, isColumnPinned, canMoveLeft, canMoveRight, onSort, onHideColumn, onTogglePin, onAddColumn, onDeleteColumn, onMoveColumn, onMoreActionClick, columnIndex, }) => {
3568
3568
  const meta = column.columnDef.meta;
3569
3569
  const isSortable = column.getCanSort();
3570
- const isHidable = meta?.isHidable !== false;
3570
+ const isHidable = column.getCanHide();
3571
3571
  const isDeletable = meta?.isDeletable === true;
3572
3572
  const moreActions = meta?.moreActions ?? [];
3573
3573
  const currentSort = column.getIsSorted();
@@ -3822,4 +3822,4 @@ const DataTable = ({ columns, data, getRowId: getRowIdProp, sorting: sortingProp
3822
3822
  };
3823
3823
 
3824
3824
  export { DataTable as D, useColumnPinning as a, useColumnVisibility as b, useTablePagination as c, useTableSelection as d, useTableSort as e, useColumnOrdering as u };
3825
- //# sourceMappingURL=DataTable-C5vfL2Hc.js.map
3825
+ //# sourceMappingURL=DataTable-D_csebh3.js.map