Hello Fellow Programmers,
Please Help me with this problem
Problem statement : I am working on jquery datatables. I am getting json data from an AJAX request and making the table in jquery and call dataTable on that.
I am not posting the actual code but trying to explain what I have already done
this is the code I have written in
Jsp
now I have a requirement that on expansion of each row I want another datatable to be displayed on another ajax call.
I found this example on the internet but couldnot find out how can I adjust this according to my requirement.
the code on the internet is as follows
I couldnot understand how each row is being captured and how a new table is being formed?? It would be great if somebody could explain me.
JSFIDDLE :
Jsfiddle for nested datatable