@bigbinary/neetoui 5.1.12 → 5.1.13

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/index.cjs.js CHANGED
@@ -34903,7 +34903,7 @@ var Table = function Table(_ref) {
34903
34903
  var headerHeight = headerRef.current ? headerRef.current.offsetHeight : TABLE_DEFAULT_HEADER_HEIGHT;
34904
34904
  setHeaderHeight(headerHeight);
34905
34905
  handleHeaderClasses();
34906
- }, 0);
34906
+ }, 10);
34907
34907
  var _useReorderColumns = useReorderColumns({
34908
34908
  isEnabled: enableColumnReorder,
34909
34909
  columns: columns,