Working example:http://plnkr.co/edit/UI5r9r?p=preview
It's a fork of the st-persist example; I've added st-sort-default field and updated smart-table to v2.1.8 (master as of now).
Reproduction:
Use pagination and sort by any column.
refresh preview
Result:
The persisted state is applied before the default sort order is applied.
Expected:
Persisted state should be applied last thus overwriting default state order.
Working example: http://plnkr.co/edit/UI5r9r?p=preview It's a fork of the
st-persist
example; I've addedst-sort-default
field and updatedsmart-table
tov2.1.8
(master as of now).Reproduction:
Result: The persisted state is applied before the default sort order is applied. Expected: Persisted state should be applied last thus overwriting default state order.