compose-data-table
compose-data-table copied to clipboard
An implementation of the Material Design data table for Compose.
I'm going to use this issue to form a bit of a strategy on implementing lazy loading. There are a few different aspects that can improve performance here: 1. Avoid...
The M2 spec describes how selected rows should be displayed. https://m2.material.io/components/data-tables#anatomy
Can the table be scrolled horizontally?
When you scroll down on one page and change page using the controls on the bottom, the scroll state is not reset. This can cause the second page to look...
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...
Fixes #17
Hi Sean, I started using your library in my app. And I must say it is great!! The only thing I am really missing currently is the `wasmJs` and `ios*`...
One of the cells in my table is a text field. If I fill the text field enough, then the table itself begins to scroll horizontally. I wanted to know...
Perhaps I'm missing something - is there any formal documentation, other than the common demo and the README? I'd like to see more information on various aspects of this library,...