Datatables not populating, Json Object from .net core 2.1 source.
Datatables not populating, Json Object from .net core 2.1 source.
simonAppSoftUK
Posts: 7Questions: 2Answers: 0
I have recently started moving a project to .net Core 2.1 and Datatables seem to be giving me some issues as there are no errors and the table doesnt populate any data.
Jquery -
The Json Object
HTML -
View -
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
That looks like it should work. Can you use the debugger to give me a trace please - click the Upload button and then let me know what the debug code is.
Allan
@allan Just trying to do that now, i keep getting an error saying i can only upload once a minute, but ive not actually uploaded anything i dont think!
IGNORE
In fact its otamip The other was on a different page sorry.
Ah - you've overridden the
ajax.success
option:As the
ajax
documentation notes:Remove that and it should populate.
Allan
Allan you're a superstar! Should read the doc more thoroughly!!