Welcome Guest, Not a member yet? Register   Sign In
question to html table
#5

[eluser]Jazmo[/eluser]
Sorry i'm replying this old topic, but in case search gets you here, and you want just table header and table body, but no table footer, you can do this

Code:
$tmpl = array (
    'heading_row_start'   => '<thead><tr>',
    'heading_row_end'     => '</tr></thead><tbody>',
    'table_close'         => '</tbody></table>');

But maybe extending Table Library would be generally better idea. But then, on the other hand, if you need it just once..


Messages In This Thread
question to html table - by El Forum - 05-26-2009, 05:42 AM
question to html table - by El Forum - 05-26-2009, 07:13 AM
question to html table - by El Forum - 05-26-2009, 09:01 AM
question to html table - by El Forum - 05-26-2009, 09:04 AM
question to html table - by El Forum - 07-07-2009, 02:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB