You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tabulator in the attached project throws the following error, presumably when the size of the rendered component is changed. I've managed to reproduce this issue in the following cases:
When changing the page size from 5 to 10 on a small-screen monitor.
When dragging the browser's window from a big-screen monitor to a smaller-screen one.
The text was updated successfully, but these errors were encountered:
I've checked all places where ResizeObserver was constructed: both places is in the tabluater code. I've found the similar issue on github - olifolkerd/tabulator#4229, but tabulator update hasn't helped.
table-view-react.zip
Tabulator in the attached project throws the following error, presumably when the size of the rendered component is changed. I've managed to reproduce this issue in the following cases:
The text was updated successfully, but these errors were encountered: