Category | HTML helper functions - tableCells | |
Code Examples | tableCells( data[array], oddTrAttributes[array], evenTrAttributes[array], useCount[bool] ) $html->tableCells() function: $cells = array( 'row1'=>array( 'column1','column2','column3' ), 'row2'=>array( 'column1','column2','column3' ) ); The actual text contained in the row keys (for example, row1 and row2) will not be displayed in the HTML output: | |
column1 | column2 | column3 |
column1 | column2 | column3 |
Test Code | ||
Links | ||
Remarks | ||
Cancel |