recordSummaryFunction smartgwt from backend

how to recordSummaryFunction smartgwt from backend

//$columnas_raw->type = 'integer';
if( $columna == "impressions" ){
$columnas_raw->recordSummaryFunction = "multiplier";
$columnas_raw->summaryFunction = "sum";
$columnas_raw->showGridSummary = true;
$columnas_raw->showGroupSummary= true;
}

Comments

Popular posts from this blog

how to access the DOM gwt smartclient

smart gwt allow only numbers in textfield