ui-grid
ui-grid copied to clipboard
Pinning and Filtering, dissappering input
When playing with pinned columns (pinning and un-pinning) in some cases filter input box might disappear.
http://plnkr.co/edit/w6Ac56aD3CwH1Fum9Lvv
pin 4th column Address.Street to left use toggle filter button to close filtering unpin column use toggle filter button to show filtering no filter box on 4th column
I think the case can be semplified to: when unpinning a column, its filter visibility cannot be changed by changin $scope.gridOptions.enableFiltering
any longer.
One more issue
- In given plunker click on "Toggle Filtering"
- Pin any column (Email / phone) etc.
- Unpin same column
- Now click toggle filtering button
- Textbox for filtering on remains as it is. It doesn't get hidden.
I guess one more different issue with different steps
- In given plunker
- Pin any column (Email / phone) etc. by clicking on "Pin Left" menu
- Unpin the same column by clicking "Unpin" menu
- Now click toggle filtering button
- Textbox for filtering doesn't appear.
Any news about this one? Or some tips in what I can do? @c0bra @mportuga
Any update on this issue? or any workaround?
Any news about this one? Or some tips in what I can do? @c0bra @mportuga
Hey Everyone, Any update on this issue?