How to add Order by clause in Editor

How to add Order by clause in Editor

SunilgoelSunilgoel Posts: 48Questions: 19Answers: 0

Hi Support,
How can i add order by clause while data Fetch from Server.

Regards
Sunil

Answers

  • allanallan Posts: 63,852Questions: 1Answers: 10,519 Site admin

    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

This discussion has been closed.