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 the example above it is sorted by DOB and then by Name. But the name column is in reverse order even though both should be ascending. If I sort by multiple columns with anything other than a date it seems to work fine.
Angular v7
ngx-order-pipe v2.0.4
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have a strange issue that is causing my second column that needs to be sorted to be sorted in reverse order from the first.
Stackblitz: https://stackblitz.com/edit/ngx-order-pipe-njfy7p
In the example above it is sorted by DOB and then by Name. But the name column is in reverse order even though both should be ascending. If I sort by multiple columns with anything other than a date it seems to work fine.
Angular v7
ngx-order-pipe v2.0.4
The text was updated successfully, but these errors were encountered: