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
CASE: Using st-sort to sort items (alphabetically) by a string property.
EXPECTED: First click: sort A -Z, Second click: Z - A, Third click: sort A - Z, Fourth click: Z - A, and so on and so forth.
RESULT: First click: sort A - Z, Second click: Z - A, Third click: unresponsive (still Z - A), Fourth click: A - Z.
Sometimes it stops on third, sometimes on forth. The caret icon disappears and requires another click to sort again. Is this an issue with Angular's orderBy?
A good example is the smart table docs under the 'Sort Data' section. You'll find that the table's 'first name' header has the same behavior. I'm not using a getter in my situation but the issue is the same.
The text was updated successfully, but these errors were encountered:
Angular version 1.4.10
Smart-Table version 2.1.8
CASE: Using st-sort to sort items (alphabetically) by a string property.
EXPECTED: First click: sort A -Z, Second click: Z - A, Third click: sort A - Z, Fourth click: Z - A, and so on and so forth.
RESULT: First click: sort A - Z, Second click: Z - A, Third click: unresponsive (still Z - A), Fourth click: A - Z.
Sometimes it stops on third, sometimes on forth. The caret icon disappears and requires another click to sort again. Is this an issue with Angular's orderBy?
A good example is the smart table docs under the 'Sort Data' section. You'll find that the table's 'first name' header has the same behavior. I'm not using a getter in my situation but the issue is the same.
The text was updated successfully, but these errors were encountered: