Hi,
Is it possible to force the start of a new page for each DataTables's clientRowGroup when a change oocurs (ie: on a change of the custemerName)?
"clientRowGroup" => [
"customerName" => [
'direction' => 'asc',
'calculate' => [
'totalSales' => [
'sum', //'sum', 'count', 'avg', 'min', 'max'
'dollar_sales'
],
],
"top" => "<td colspan='999'>{expandCollapseIcon} Top: Customer: {customerName} | Total: {totalSales}
</td>",
"bottom" => "<td colspan='999'>{expandCollapseIcon} Bottom: Customer: {customerName} | Customer
sales: {totalSales}</td>",
],
]
Any help would be greatly appreciated.
Lloyd