![]() |
No thead in HTML Table class? - 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: No thead in HTML Table class? (/showthread.php?tid=27207) |
No thead in HTML Table class? - El Forum - 02-03-2010 [eluser]Jakobud[/eluser] Am I missing something or does the HTML table class wrap table heading cells (<th>) inside the <tbody> tag? Why isn't there a <thead> tag for them to go in? I found a custom HTML table extension in the wiki called MY_Table.php that is supposed to generate a proper HTML table with thead & tfoot, but I couldn't get it to work. No thead in HTML Table class? - El Forum - 02-11-2011 [eluser]wise_fox[/eluser] Hey, Where did you find that table extension? Can you show me? |