Server-side processing (Java) - how set footer

Server-side processing (Java) - how set footer

elkoloelkolo Posts: 1Questions: 0Answers: 0

Hi,

how can I return footer html under my amount1 and amount2 columns in sever-side processing?

$timeout(function() {
$scope.tableEfekt;
var options = {
el: '#campaigns-active',
dataSourceUrl: "/services/get-amounts",
visibleColumns:
[{"sTitle": "Request", "mDataProp" : "numNo", "bSearchable": true, "sWidth": "4%"},
{"sTitle": "Date", "mData" : null,
"mRender": function (o) { return o.leadNo.month +"/" + o.leadNo.year;}, "sWidth": "6%"},
{"sTitle": "amount1", "mDataProp" : "firmName", "bSearchable": true, "sWidth": "3%"},
{"sTitle": "amount2", "mDataProp" : "leadNo.leads", "bSearchable": true, "sWidth": "3%"},

This discussion has been closed.