Making Dojo Grid sort with Spring and JSON
问题 So I've got a webapp that uses Dojo and Spring. I've got some grids in the app that are loaded using Json dojo stores. Things seem alright, but I'm now trying to implement sorting. According to this link dojo does not sort grids from Stores, instead it leaves that up to the server. Ok, I assume I can work with that, however I'm running into problems actually doing it. To get data into my grids, I have them call a path which is caught by my controller. For example, to load my Job grid, dojo