Skip to content

Instantly share code, notes, and snippets.

@iainurquhart
Created August 17, 2011 23:39
Show Gist options
  • Save iainurquhart/1152934 to your computer and use it in GitHub Desktop.
Save iainurquhart/1152934 to your computer and use it in GitHub Desktop.
colspan
$this->table->set_heading(
array('data' => lang('id'), 'colspan' => '6')
);
$this->table->add_row(
array('data' => $data,
'colspan' => '6',
'style' => 'background: #fff; border-bottom-width: 10px;')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment