$t->datatable('employees_table') // table's id
->column('First Name', 'first_name')
->column('Last Name', 'last_name')
->column('Age', 'age')
->column('Salary', 'title');
$t->datatable('employees_table')
->style(array(
'class' => 'table table-bordered table-striped',
))
$t->init();
Все, что я хочу указать ширину, фон и т. Д. Для столбца возраста