Skip to content

Instantly share code, notes, and snippets.

@sapandiwakar
Created June 26, 2012 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sapandiwakar/2995203 to your computer and use it in GitHub Desktop.
Save sapandiwakar/2995203 to your computer and use it in GitHub Desktop.
Sorting tableview rows Titanium : 2
var data = tableview.data[0].rows; // Gets the first section from tableview.
// If you have more than one sections, you need to sort each individually
// or modify the sort function accordingly.
sort(data);
tableview.setData(data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment