You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting: enableRowHeaderSelection : true
with enableFiltering: true
causes header height to become fixed and not display filters.
Using css to expand the header will display the filters:
I'm not seeing this on http://ui-grid.info/docs/#/tutorial/401_AllFeatures, is there some other setting that you're using as well? I know there is an outstanding request to make the enabling of filtering dynamic (#2067) - is it possible that you're initialising the grid without filtering then turning it on afterwards?
Yea, there was a little more to it than I thought. When creating the plunker I found that it exhibited the aforementioned behavior only when loading data and column definitions after the grid was initialized. Here is the plunker ( http://plnkr.co/edit/JJFFXV5FAOILik6b4oR5?p=preview ) , you have to press the load data button and you will see that the column filters are not displayed. Adding the above CSS will make the column filters visible.
Setting:
enableRowHeaderSelection : true
with
enableFiltering: true
causes header height to become fixed and not display filters.
Using css to expand the header will display the filters:
I'm assuming that this is not intentional.
The text was updated successfully, but these errors were encountered: