JGrid::renderArea
Render an area of the table
Signature
protected function renderArea(array
$ids,
[string
$area = 'tbody',
[string
$cell = 'td']] )
Parameters
-
$ids
- IDs of the rows to render
-
$area
- Name of the area to render. Valid: tbody, tfoot, thead
-
$cell
- Name of the cell to render. Valid: td, th
Returns
- string
- The rendered table area