Welcome Guest, Not a member yet? Register   Sign In
Table Class is missing <thead> and <tbody> options
#4

[eluser]blasto333[/eluser]
There is no need to do this, simply modify the table template.
Code:
$tmpl = array (
    'table_open'          => '<table class="tablesorter">',
    'heading_row_start'   => '<thead><tr>',
    'heading_row_end'     => '</tr></thead><tbody>',
    'table_close'         => '&lt;/body&gt;&lt;/table>'
    );

$this->table->set_template($tmpl);


Messages In This Thread
Table Class is missing <thead> and <tbody> options - by El Forum - 06-22-2008, 04:32 AM
Table Class is missing <thead> and <tbody> options - by El Forum - 06-22-2008, 05:00 AM
Table Class is missing <thead> and <tbody> options - by El Forum - 06-22-2008, 10:26 AM
Table Class is missing <thead> and <tbody> options - by El Forum - 10-13-2008, 04:50 PM
Table Class is missing <thead> and <tbody> options - by El Forum - 10-13-2008, 06:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB