tinkertron Posted January 25, 2010 Share Posted January 25, 2010 I have acouple of online CRUD grids or tables or whatever you want to call them. But here is my question. How do I sort the table to display LastName, then FirstName, then by City in alphabetize order? Link to comment https://forums.phpfreaks.com/topic/189694-sorting-a-grid/ Share on other sites More sharing options...
oni-kun Posted January 25, 2010 Share Posted January 25, 2010 I have acouple of online CRUD grids or tables or whatever you want to call them. But here is my question. How do I sort the table to display LastName, then FirstName, then by City in alphabetize order? CRUD grids? Is that from another software? I'd assume you should ask this in PHP application help rather than here. Link to comment https://forums.phpfreaks.com/topic/189694-sorting-a-grid/#findComment-1001127 Share on other sites More sharing options...
tinkertron Posted January 25, 2010 Author Share Posted January 25, 2010 No CRUD is not another application, it's Create, Read, Update and Delete (CRUD)... I'm looking to see if there is a php coding for sorting my current but simple grid. Or is the sorting done thought MySQL? I want to force sorting. Link to comment https://forums.phpfreaks.com/topic/189694-sorting-a-grid/#findComment-1001141 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.