@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 +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -34873,7 +34873,7 @@ var Table = function Table(_ref) {
|
|
|
34873
34873
|
var headerHeight = headerRef.current ? headerRef.current.offsetHeight : TABLE_DEFAULT_HEADER_HEIGHT;
|
|
34874
34874
|
setHeaderHeight(headerHeight);
|
|
34875
34875
|
handleHeaderClasses();
|
|
34876
|
-
},
|
|
34876
|
+
}, 10);
|
|
34877
34877
|
var _useReorderColumns = useReorderColumns({
|
|
34878
34878
|
isEnabled: enableColumnReorder,
|
|
34879
34879
|
columns: columns,
|