Welcome Guest, Not a member yet? Register   Sign In
HTML Table Class - Remove Columbs
#1

[eluser]ovulator[/eluser]
I'm trying to use the table class: http://ellislab.com/codeigniter/user-gui...table.html

to create a table coming from a multilevel array, that originally came from a db query. Because this query is a join of tables the join data is also included in the table, which I don't want.

Is there a way in the table class to exclude columns? I suppose I could go through the multilevel array and remove the keys I don't want, but at that point it's complex enough I might as well just use a foreach instead.

Thanks!




Theme © iAndrew 2016 - Forum software by © MyBB