sticky-headers-table icon indicating copy to clipboard operation
sticky-headers-table copied to clipboard

Table with sticky headers

Results 8 sticky-headers-table issues
Sort by recently updated
recently updated
newest added

Currently only on row title colum is provided, would be nice to make that configurable to multiple columns of row titles Same for colum title rows

We use a Cubit to listen to updates on our listed items. We wrapped the StickyHeadersTable in a BlocBuilder to have it draw on new events. We notice the contentCells...

![demo](https://user-images.githubusercontent.com/76981176/104143887-d889cd00-53f3-11eb-9762-9cfaa91d6d28.gif) How to scroll Diagonal the same image ?

I want add a sticky footer on the table. How can I do it?

I'm just copied your example and provide a lot of items and I see two scrollbars: ![image](https://github.com/AlexBacich/sticky-headers-table/assets/15182848/b56771fa-558e-4fde-a572-79abedfa8fdb) How to hide the left one?

After setting those two properties to true, there's still no visible scrollbars on content area: ![image](https://github.com/AlexBacich/sticky-headers-table/assets/11565096/bac35b20-2dd4-4168-820b-dfa53dbe0994)

The table_sticky_headers package on pub.dev shows the developer/publisher as "unverified." I think it would lend some credibility to this package to get this resolved. ![image](https://github.com/AlexBacich/sticky-headers-table/assets/11022453/4a038d45-e49b-4616-bbee-9153c347dc2f)

I need to use it in NestedScrllView because I want to have a custom view at the top of the list, and multiple views can hover at the top of...