Ajax json rows load, but features doesnt work
Ajax json rows load, but features doesnt work
Hey peeps,
Im new to datatables, but I am excited to get it right..
The thing is that datatables get my serverside json objects and loads them nicely into the table, but all features seem to be out of scope. Search doesnt work, it shows 5 pages even though i only have 3 entries by now, saying showing 0 to 0 of 0 entries..
The DOM looks fine after the objects has loaded.
I only have it localhost, so i cant really show it live, but the code im using you can see here:
http://live.datatables.net/xuluwahe/1/edit?html,css,js,output
The json object that ajax returns:
{"allUsers":[{"email":testmail,"firstName":testname,"id":0,"lastName":testname,"loggedIn":false,"username":"user"},...]}