@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.
package/dist/index.js CHANGED
@@ -2819,7 +2819,7 @@ function DataTableInner({
2819
2819
  const table = el.querySelector("table");
2820
2820
  if (table) ro.observe(table);
2821
2821
  return () => ro.disconnect();
2822
- }, [totalWidth, displayCols.length, checkOverflow]);
2822
+ }, [totalWidth, displayCols.length, checkOverflow, scrollRef]);
2823
2823
  const columnMenuPendingActionRef = React10.useRef(null);
2824
2824
  const pinnedScrollHintDoneRef = React10.useRef(false);
2825
2825
  React10.useEffect(() => {