Maxim Saplin
Maxim Saplin
IMO, fixedWidth was not the best choice of naming, something like absoluteWidth would be more relevant. It's just an alternative way of defining default or standard sizing behavior for columns...
Checked the recent commit, assuming it is still a WiP I won't be treating it as the one requiring much of feedback. Though `DataTable2.buildResizeColumnWidget` - leaks the resizing capabilities built...
Thanks for tidying up the examples and presenting a new one!
> Another question I have, what do we do if we have a StatefulDataTable2 with a mix of fixed and non-fixed width columns and the window resizes? The actual behavior...
Hi @nerdknight , should you still be looking at the PR... I think I've come up with a more elegant solution to having state which allows to keep DataTable2 stalest...
> I've been able to implement successfully the refactor you suggested. I had to to implement it in the same place as `SyncedScrollControllers`, so I added the `ColumnDataController` and some...
Hey there. It is taking me time to review the changes. I'm going slowly as there's a lot of new code and not trivial one. Started with refactoring attempting to...
> I'm still not very happy with the behaviour of resizing of a column and having leftmost columns changing sizes as well, that seems a bit odd to me. Though...
You can try disabling the data cel events and wrapping cell content into gesture detector an see if it helps