bServerside + filter
bServerside + filter
talfirevic
Posts: 3Questions: 0Answers: 0
Hi,
Im using datable with bServerSide: true and sAjaxSource and when i apply search filter table is not being updated even tho serverside processing works, results are actually being filtered but data in table isnt.
I'm obviously doing something wrong. Could someone point me in the right direction,
Cheers,
T.
Im using datable with bServerSide: true and sAjaxSource and when i apply search filter table is not being updated even tho serverside processing works, results are actually being filtered but data in table isnt.
I'm obviously doing something wrong. Could someone point me in the right direction,
Cheers,
T.
This discussion has been closed.
Replies
"Cannot read property 'sError' of null"
Any clue? :D
Allan
I've managed to debug it, my filtering didn't yield any results and i was returning null instead of empty aaData array (server side). That was the issue.
Cheers,
T.