ui-grid
ui-grid copied to clipboard
Something is not right when using v 4.7.1 - Scrolling horizontal disable/hide search input
Hello,
Recently I updated the ui-grid version from 4.6+ to 4.7.1. And then, when I was testing in a grid with about 500 lines and 40 columns, the search option (input) in every column disappear when scrolling horizontal.
So, I downgraded the version and it works fine again. Maybe some in version 4.7.1.
Regards,
Same issue here.
Virtualization of columns is causing the ui-grid-filter to not compile when the width is set on columns.
Codepen example with 4.7.1 https://codepen.io/desean1625/pen/exPJpN
@davidbranco AND @desean1625 What version of ui-grid has this working? I can try to debug a bit on my side and see if I can figure out which change introduced this issue.
@mportuga 4.6.6 Works
Codepen Example with 4.6.6 https://codepen.io/desean1625/pen/vbbyvV
I will try to take a look at it tonight, or at the very least this week, if I can solve it within that timeframe, I will release it as part of 4.7.2
Thanks @mportuga. If you need some tests and validation, count me in!
@desean1625 I also manually removed the ^ from my package.json to prevent someone from update the version.
Any update on this issue? I just upgrade to latest 4.8.0 and have the same issue.
i believe this issue is the same one described here https://github.com/angular-ui/ui-grid/issues/6969 i was able to fix it, i explained how to fix it as well, temporarily before the next release