compose-data-table
compose-data-table copied to clipboard
Dynamic page size
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.