Welcome Guest, Not a member yet? Register   Sign In
Table - Custom Column Width?
#2

[eluser]Unknown[/eluser]
You can do so by edit the information you send to table->add_row function.

For example, instead of calling $
Code:
this->table->add_row('apple', 'orange')
call the following
Code:
$this->table->add_row(array('data'=>'apple', 'style'=>'width:100px', array('data'=>'orange'), 'style'=>'width:200px;');

Not sure this is the best way, but it works


Messages In This Thread
Table - Custom Column Width? - by El Forum - 03-10-2010, 05:44 PM
Table - Custom Column Width? - by El Forum - 07-19-2011, 02:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB