Initial Sort By for Data Table Component

Is it possible to set an initial sort by for the Data Table component so that the records appear in a certain order when the table loads?

Thanks.

Hello @Howard_Jacobson

You can use all available options to search for a table if you use the following handler “On Records Request”

Regards,
Inna

Inna.

Thank you for all your help today. The support from you and your team is fabulous.

Oh, and just a tip on the tooltip for On Records Request. The word “what” in the tooltip text should be “that”:

The handler should return an object with property ‘count’ THAT is equal to the count of loaded objects and ‘items’ THAT should be an array of objects with the same structure as the selected table

Thanks

Thank you for your observation.
Happy coding with Backendless! :grinning: