CodeIgniter Forums
HTML Table Class - different heading_cell_start for each <th> - how? - 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: HTML Table Class - different heading_cell_start for each <th> - how? (/showthread.php?tid=25550)



HTML Table Class - different heading_cell_start for each <th> - how? - El Forum - 12-16-2009

[eluser]Unknown[/eluser]
Hi there,

I need to have different classes for each <th> in a table and I want to use the HTML Table Class but I can't see how can I do this.

For intance, if I put on the template 'heading_cell_start' => '<th class="sortable-numeric"', this class replicates to every <th> and I need to have individual classes.

Any help would be appreciated.

Thanks.

Nuno Basto