We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Returns a HTML format string which is compatible with Twitter Bootstrap 3 framework.
echo $tableman->Bs3Table(array( 'config' => array('table-hover'=>false, 'table-condensed'=>true, 'table-striped'=>true ), 'headers' => array(array('firstCol')), 'extra-classes' => array(array('extra-table')) ));
Intrip/Bootstrap Table Generator