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
I'm using a select as a filter for a Smart-table. It is a simple filter and shows rows based on status. The initial value of the filter should show rows that have status Active but it seems that st-search doesn't get implemented until the first time it is changed, so on initial load no filtering is done.
Is it something I'm doing wrong or is there a simple workaround I'm missing?
It seems that the value of option set with ng-selected does not trigger the input or change event in the first place. You could wrap you select in its own directive and make set the initial value so the event is triggered
I'm using a select as a filter for a Smart-table. It is a simple filter and shows rows based on status. The initial value of the filter should show rows that have status Active but it seems that st-search doesn't get implemented until the first time it is changed, so on initial load no filtering is done.
Is it something I'm doing wrong or is there a simple workaround I'm missing?
See this plunker for an example of this
Using angular 1.6.4
Smart-table 2.1.8
The text was updated successfully, but these errors were encountered: