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
Describe the bug
In tabulator table using layout as "fitColumns" and pagination configurations like paginationSize:5, paginationSizeSelector:[5, 10, 20] with local or remote pagination and other configs. Additional setting height on table like 211px which correctly fits 5 rows on initial load with page size as 5.
Observed that if changing page size from 5 to 10 shows horizontal scroll bar(unexpected) along with vertical scroll bar(expected).
If there is a resize or some other action causing re-render then horizontal scroll is removed.
Issue is when only page size is increased then horizontal scroll displayed unless user does any other action to suddenly removes horizontal scroll bar.
Describe the bug
In tabulator table using layout as "fitColumns" and pagination configurations like paginationSize:5, paginationSizeSelector:[5, 10, 20] with local or remote pagination and other configs. Additional setting height on table like 211px which correctly fits 5 rows on initial load with page size as 5.
Observed that if changing page size from 5 to 10 shows horizontal scroll bar(unexpected) along with vertical scroll bar(expected).
If there is a resize or some other action causing re-render then horizontal scroll is removed.
Issue is when only page size is increased then horizontal scroll displayed unless user does any other action to suddenly removes horizontal scroll bar.
Tabulator Info
version - 6.3.0
Working Example
https://jsfiddle.net/4r018zdt/3/
To Reproduce
A step by step guide to recreate the issue in your JS Fiddle or Codepen:
Expected behavior
Changing paginationSize that adds more data in existing height should not show horizontal scroll bar.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: