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

An implementation of the Material Design data table for Compose.

Results 8 compose-data-table issues
Sort by recently updated
recently updated
newest added

It seems that there is no such parameter.

enhancement

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...

enhancement

The M2 spec describes how selected rows should be displayed. https://m2.material.io/components/data-tables#anatomy

enhancement

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...

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*`...