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
I'm using the addExpandedRows plugin and would like the pageSize to reflect the new length of a given page when expanded. The problem I'm trying to solve is when expanding a row near the bottom of a table, the expanded rows get cut off and shift to the next page. Each of these sub-rows also have sub-rows, so the table can get a bit confusing once all rows are expanded.
I have this simple function that runs when a row is expanded:
This works great on the first page of the table, but breaks when on any subsequent page. Since all previous pages get resized, the currently expanding row gets shifted up, potentially back to the previous page which is the same issue as before in the opposite direction.
It would be very helpful to have fine-tuned control over a specific page's length or add built-in support to the addExpandedRows functionality to handle resizes when expanding sub-rows.
The text was updated successfully, but these errors were encountered:
rscheuer
changed the title
Issues adjusting table size when rows are expanded
Bug: Issues adjusting table size when rows are expanded
Mar 25, 2024
I'm using the addExpandedRows plugin and would like the pageSize to reflect the new length of a given page when expanded. The problem I'm trying to solve is when expanding a row near the bottom of a table, the expanded rows get cut off and shift to the next page. Each of these sub-rows also have sub-rows, so the table can get a bit confusing once all rows are expanded.
I have this simple function that runs when a row is expanded:
This works great on the first page of the table, but breaks when on any subsequent page. Since all previous pages get resized, the currently expanding row gets shifted up, potentially back to the previous page which is the same issue as before in the opposite direction.
It would be very helpful to have fine-tuned control over a specific page's length or add built-in support to the addExpandedRows functionality to handle resizes when expanding sub-rows.
The text was updated successfully, but these errors were encountered: