![]() |
auto-generated table - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: auto-generated table (/showthread.php?tid=31527) |
auto-generated table - El Forum - 06-23-2010 [eluser]mario simaremare[/eluser] dear all, i am looking for some code to generate table [like Table Helper], but it is auto-generated. for example, i have a table, assume User. it has id, username, email and password. i want to have some code to generate a html table, which displays all the user records with three additional links for viewing detail, edit and remove the 'selected' [using check boxes] record[s]. it's also configurable, i mean we may set it read-only, edit-only, or other. simply just like in an email application. but i really hope that any body can help to solve this. thank you, auto-generated table - El Forum - 06-23-2010 [eluser]Zack Kitzmiller[/eluser] http://ellislab.com/codeigniter/user-guide/libraries/table.html *sigh* auto-generated table - El Forum - 06-23-2010 [eluser]mario simaremare[/eluser] then how to add check box at the first row? to enable multiple selection? auto-generated table - El Forum - 06-27-2010 [eluser]InsiteFX[/eluser] http://ellislab.com/codeigniter/user-guide/helpers/form_helper.html *sigh* LOL sorry Zack, I could not resist! InsiteFX |