Hello everyone, I ran into a problem where sorting does not work correctly or behaves strangely.
In the current implementation http://plnkr.co/edit/tVoci3SC5CJLw8L3?preview after clicking on sort date The first time the correct sorting occurs, but all subsequent clicks do not lead to the desired result.
What do I expect.
I expect that after clicking on sort by date, there will be a correct sorting of the groups.
If you disable the option useExternalSorting then the groups will be broken when you click on the sort, which seems very strange to me.
I really hope for your help / hint
Please make sure each of the following is true before submitting a new issue. We are a small team with limited time and it is very difficult to manage issues if they aren't reported correctly.
[x] This is a bug report, not a question on how to use the grid.
Use Stack Overflow or Gitter for questions.
[x] You have searched the open issues to see if this bug has been filed before. We don't want duplicate issues.
[x] You have reviewed the tutorials and documentation to ensure you are using the grid correctly. ui-grid.info
[x] You are using the latest version of the grid. Older versions are not patched or supported.
[x] You have provided steps to recreate your bug. A plunkr is even better.
Hello everyone, I ran into a problem where sorting does not work correctly or behaves strangely.
In the current implementation http://plnkr.co/edit/tVoci3SC5CJLw8L3?preview after clicking on sort
date
The first time the correct sorting occurs, but all subsequent clicks do not lead to the desired result.What do I expect.
I expect that after clicking on sort by date, there will be a correct sorting of the groups.
If you disable the option
useExternalSorting
then the groups will be broken when you click on the sort, which seems very strange to me.I really hope for your help / hint
Use Stack Overflow or Gitter for questions.