Structures_DataGrid::render()
Structures_DataGrid::render() -- Prints the output generated by the datagrid
概要
Structures_DataGrid::render ()
説明
This method is used to print the output of the datagrid specific to each
renderer. For the default HTML renderer, the html is printed to the browser;
however, the Excel Spreadsheet renderer will send the file to the browser
upon render() call.