Welcome Guest, Not a member yet? Register   Sign In
How do I set column width?
#2

[eluser]Alhazred[/eluser]
Solved.

Code:
$this->table->set_heading(
    array('data' => 'ID', 'style' => 'width:60px'),
    array('data' => 'NAME', 'style' => 'width:200px'),
    ....


Messages In This Thread
How do I set column width? - by El Forum - 01-07-2013, 03:18 PM
How do I set column width? - by El Forum - 01-07-2013, 03:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB