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? Quote 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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/189694-sorting-a-grid/#findComment-1001141 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.