Skip to content

Bs3Table Extension Usage

Matt edited this page Aug 23, 2014 · 3 revisions

Bs3Table

Returns a HTML format string which is compatible with Twitter Bootstrap 3 framework.

Usage

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'))
));

See also

Intrip/Bootstrap Table Generator