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
There should be a way to make page size dynamic (so that it fills however much space it is given).
Unfortunately, the first parameter of rememberPaginatedDataTableState does not seem to be an "initial page size" (even though it is called so), but a "fixed page size" at the moment, as the page size neither shrinks nor expands according to the available space.
The text was updated successfully, but these errors were encountered:
Yeah, that would be a pretty cool feature. If you want to implement it, I'd be happy to merge it. It's not something I plan to use, so I probably won't implement it myself.
There should be a way to make page size dynamic (so that it fills however much space it is given).
Unfortunately, the first parameter of
rememberPaginatedDataTableState
does not seem to be an "initial page size" (even though it is called so), but a "fixed page size" at the moment, as the page size neither shrinks nor expands according to the available space.The text was updated successfully, but these errors were encountered: