@exxatdesignux/ui 0.5.6 → 0.5.7

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.
@@ -2383,7 +2383,7 @@ function DataTableInner({
2383
2383
  const table = el.querySelector("table");
2384
2384
  if (table) ro.observe(table);
2385
2385
  return () => ro.disconnect();
2386
- }, [totalWidth, displayCols.length, checkOverflow]);
2386
+ }, [totalWidth, displayCols.length, checkOverflow, scrollRef]);
2387
2387
  const columnMenuPendingActionRef = React10.useRef(null);
2388
2388
  const pinnedScrollHintDoneRef = React10.useRef(false);
2389
2389
  React10.useEffect(() => {