dataSrc does not work with serverSide true
dataSrc does not work with serverSide true
babablacksheep
Posts: 41Questions: 23Answers: 0
Previously I was using dataSrc: function()
as function to manipulate my data. But as soon as I turned onto serverSide: true
,
dataSrc expects to return array which works fine but how do i pass on draw
, recordsTotal
and recordsFiltered
?
This is turning me insane. Please help.
Table draws fine but shows Showing 0 to 0 of 0 entries (filtered from NaN total entries) because on this.
This discussion has been closed.