Sorting on the transactions table on the point of sales register details page doesn't appear to work correctly. - Make some transactions in the points of sale page - Go to the register details page - Try to sort on the different columns - Only the price column will (partially?) sort - There is also sorting on the Actions columun
Aside from the mistaken addition of allowing sorting on action, I believe the sorting is working as expected.. we're using rowGrouping to group transactions.. the sorting is working inside the groups as far as I can tell. What I have noticed however, is that the css for header highlighting of the rowgroup is getting overridden in some cases by local css..
Hmm.. actually there is more funky stuff going on here.. right now only one field appears to sort as I would expect.
We are just now testing the POS system. None of the columns for transaction history are sorting for us. It would be helpful to us to sort by the transaction date as well as by the description of the items sold. It would be great if we could revisit this issue.