nerdknight
nerdknight
Fixed the failing unit tests and the exception when resizing the window. I notice the lag/missaligment problem only if resizing too fast or when I try to shrink the column...
> By default no total width of the table is changed, extending or shrinking a column is achieved via redistributing available width I don't see any problem resizing the total...
I made some progress on the pending tasks. These are the major changes: - Now when resizing columns, the non fixed width columns are resized first before resizing the table...
The refactor you made looks good, I'll start working with that and the other proposed changes. > Speaking of column resizing, please see below an interesting bug. Please not that...
Thanks for your feedback maxim. I haven't had much time to work on this lately, an yes the refactor is still work in progress, if you like I could do...
Hi @maxim-saplin, I looked into the solution you proposed an it seems good to me, I think it would be better to keep the functionality inside DataTable2. I'll try to...
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 other...
There is the push, I implemented it as you suggested in a separate widget. I also update the examples.
> > 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....
I made some modifications, changed the icons and fixed the Draggable to horizontal axis only: https://user-images.githubusercontent.com/5269947/169674825-17f5f538-7c22-417e-8b41-297605912657.mov The resizing following the mouse cursor was a bit trickier, in columns with `fixedWidth`...