@exxatdesignux/ui 0.5.6 → 0.5.8

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