How to Sorting my Tables Fields? |
[eluser]ontguy[/eluser]
You could use order to sort by date, for the initial sort $this->db->order_by('date'); A javascript sort could be done: http://madhatted.com/2008/1/16/the-joy-o...table-sort You could use ajax to refresh the table with the current row in a input field, then the full table when the text is removed, here are a couple examples : http://www.phatfusion.net/sortabletable/index.htm http://ideamill.synaptrixgroup.com/jquer...letest.htm |
Messages In This Thread |
How to Sorting my Tables Fields? - by El Forum - 03-08-2008, 11:49 AM
How to Sorting my Tables Fields? - by El Forum - 03-08-2008, 04:41 PM
How to Sorting my Tables Fields? - by El Forum - 03-08-2008, 05:38 PM
How to Sorting my Tables Fields? - by El Forum - 03-09-2008, 10:50 AM
|