We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Tables follow the following structure:
array( id => 'css id', class => 'css class' columns => array( array( 'title' => 'Header Title 1', 'id' => 'css id' 'class' => 'css class' ), array( 'title' => 'Header Title 2', 'id' => 'css id' 'class' => 'css class' ), ... ), rows => array( array( 'Row 1, Cell 1', 'Row 1, Cell 2', ... ), array( 'Row 2, Cell 1', 'Row 2, Cell 2', ... ), ... )