Github user RaiSaurabh commented on the issue:
https://github.com/apache/activemq-artemis/pull/1628
@mtaylor @michaelandrepearce The current implementation we set the sort
column and option in the filter and pass it along to the Artemis server for the
operation. But looking at the code on the Artemis server I see that it only
check for the Filter components and not sorting. No such functionality is
written for sorting of columns. With the default sorting operation provided by
the Angular grid, I am able to sort the response table even on paging. Should
not we go ahead with this?
---