Sorting table without server connect

I’m call API from client side and storing data in datastore, after this I’m displaying data in a table which I want to be in ascending order. I have a field “scheduled Date” in datastore records with whom I want to sort this table. How can I do this? Due to some restrictions I cannot use server connect