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
{{ message }}
This repository was archived by the owner on Jan 7, 2022. It is now read-only.
I was briefly trying to use the comparator function on the column configuration objects. I noticed that sorting was not working correctly for columns that were non_numeric and attaching my comparison (comparator) function had no effect. Looking into the code where the comparator is referenced I was unable to find any explicit use of the function (it's only used for a flag). There appear to be two bugs here (or I am using this incorrectly- if so please correct me)
1: comparator field on column definition object does not get triggered when present
2: sorting text columns does not cause any resorting to occur.