How to add Order by clause in Editor
How to add Order by clause in Editor
Sunilgoel
Posts: 48Questions: 19Answers: 0
Hi Support,
How can i add order by clause while data Fetch from Server.
Regards
Sunil
This discussion has been closed.
Answers
Hi Sunil,
Unless you have server-side processing enabled, the data in the table should be sorted by the client-side. If you have server-side processing enabled, the data should automatically be sorted for you based on the information sent to the server.
Perhaps you could use the debugger so I can take a look and see how your table is configured?
Thanks,
Allan