compose-data-table icon indicating copy to clipboard operation
compose-data-table copied to clipboard

Dynamic page size

Open petervelosy opened this issue 5 months ago • 1 comments

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.

petervelosy avatar Sep 05 '24 01:09 petervelosy