NikolayNIK
NikolayNIK
It is now somewhat possible with `5.1.0` (included in the demo) thanks to #25, although not as hassle free as you described (and animations require even more work). I've also...
`ExpandableTableRow`, a more barebone alternative for the `ExpansionTile` is now available in `5.5.0`!
Good catch! It looks like the framework is trying to scroll to make a `SliverTableView` fit onto the screen resulting in scrolling to the very end and the originally clicked...
I see your problem. Whenever row reordering feature is used the library inserts `TableSectionOverlay` between `TableSection` and the row widgets. Whenever tooltip is to be shown this overlay rather mistakenly...