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 have a 'disabled' field on my items (in addition to sorting, I am allowing users to edit and delete items).
I feel like this should be possible to write: <tr as-sortable-item ng-repeat="product in (filteredProducts = (products | filter:{disabled:'0'}))">
It seems to be working, but if any items are filtered and you start dragging things to reorder - items, that you did not intend to, disappear when you drop to finish the reordering.
The text was updated successfully, but these errors were encountered:
I have a 'disabled' field on my items (in addition to sorting, I am allowing users to edit and delete items).
I feel like this should be possible to write:
<tr as-sortable-item ng-repeat="product in (filteredProducts = (products | filter:{disabled:'0'}))">
It seems to be working, but if any items are filtered and you start dragging things to reorder - items, that you did not intend to, disappear when you drop to finish the reordering.
The text was updated successfully, but these errors were encountered: