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
We are trying to clean up issues. If this is still an open question for you, please post to Stack Overflow or Gitter. Issues are for bug reports only. Thanks.
@benoror, I had the same problem and I figured out a workaround: just initialize columnDefs into gridOptions and the filter fields will show up. Take a look at this plunker with a simple example showing both situations: Plunker example.
@swalters, please take a look at the plunker above and you will have a clear and simple example on how to reproduce the error. Maybe the solution would be initialize columnDefs with an empty json array if nothing is declared in gridOptions by the developer.
I'm using the example from the tutorial regarding filtering (103_filtering) to toggle filters with some modifications:
ui-grid-selection
Apparently using
ui-grid-selection
causes the filtering rows to be rendered in the DOM, but not shown, see screenshot:Here's the failing example:
http://plnkr.co/edit/aDCBgK4KOoIUsB7II6jL?p=preview
*Note: To make it work try removing 'ui-grid-selection' attribute from div#grid1
Any hint would be greatly appreciated 😄
The text was updated successfully, but these errors were encountered: