Retrieving order parameter on Java server-side
Retrieving order parameter on Java server-side
ev0lution37
Posts: 8Questions: 2Answers: 0
I have a Spring Java application using Datatables, but I'm having a difficult time converting the URL Order parameter to a Java object. For instance..
order[0][dir]=desc
Is there a way to preprocess the data sent to server to put it in a format that can easily be parsed into a Java object?
This discussion has been closed.