![]() |
dynamic table sorting - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: dynamic table sorting (/showthread.php?tid=14374) |
dynamic table sorting - El Forum - 12-31-2008 [eluser]johnmiller[/eluser] hi all, i need to sort a dynamic table. i got a lot of JavaScript stuffs to do that, but the problem is... i have checkboxes/radio buttons in my table (i have one table with checkboxes and another table with radio buttons) the structure of first table is checkbox | first_name | last_name the structure of second table is radio_button | first_name | last_name i need to select one or more persons and do some other operations if i select person without sorting, it works but i am not able to select a person after sorting, means, i am not getting the id of the person after sorting, so i am getting error. any help??? |