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
In most cases you are interested in the new sort order. Often you want to store them in local storage or even send them to the backend. To do so the following two steps are needed in addition to the "Getting started" step.
30
31
31
32
Pass your items to the directive via the ngSortGridItems input.
@@ -35,7 +36,7 @@ React on the 'sorted' output events
0 commit comments