Introduction
The HTML Table renderer for the Datagrid Structures offers an easy way to display a result set from various sources in an HTML table. Either Database results, arrays or CSV files.
HTML Table Options
- To set multiple options use the following code, the options are passed as an array.
$datagrid->setRendererOptions(array('numberAlign' => false));
External Links
|