@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.
@@ -2357,7 +2357,7 @@ function DataTableInner({
2357
2357
  const table = el.querySelector("table");
2358
2358
  if (table) ro.observe(table);
2359
2359
  return () => ro.disconnect();
2360
- }, [totalWidth, displayCols.length, checkOverflow]);
2360
+ }, [totalWidth, displayCols.length, checkOverflow, scrollRef]);
2361
2361
  const columnMenuPendingActionRef = React9.useRef(null);
2362
2362
  const pinnedScrollHintDoneRef = React9.useRef(false);
2363
2363
  React9.useEffect(() => {