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 Aug 18, 2021. It is now read-only.
If you sort your grid's store manually (e.g. by calling store.sort(...), the grid's column headers don't update.
I was able to fix it by changing Sorter.js like this:
Note that this requires the "destroy" fix from issue #37.