Vincent Baaij

Results 156 comments of Vincent Baaij

Repo is in maintenance mode. No new features will be added anymore

There was an issue in the Overflow were it did not use the correct selector for determining the items that needed te be taken into account. I fixed that yesterday....

Fixing this will require significant re-work of the DataGrids's JS resizing code. Will take some time probably...

In the code you provided, there are initially 6 columns shown but you only specify 3 columns in the `GridTemplateColumns`. That is not going to work well...If you update `GridTemplateColumns`...

I managed to make it a little beter by 'resetting' the column widths on the first resize action. Now if can just trigger that when a column gets added/removed... ![issue-#1535-1](https://github.com/microsoft/fluentui-blazor/assets/1761079/1b0b15c6-d26d-4822-8015-93232b7c9646)

I tried your latest code with the changes I made in the PR to fix #1596 and I think that is as far as we can take it for now....

Not yet. I was ahead of the pack a bit. The PR got merged this morning so package will be available tomorrow morning

Hi Nick, I made a mistake here. The changes I made are in a separate branch (fix-issue-#1596) and that does not end up in the nightly preview package (only built...

Thanks for reporting. As said, this is as far as I can take it. I intend to close the issue as 'not planned' because that reflects the state accurately. Agreed?