Documentation for Master/Detail or Hierarchical scenarios
Documentation for Master/Detail or Hierarchical scenarios
RefractedPaladin
Posts: 7Questions: 2Answers: 1
I am trying to setup an Customer/Orders type scenario in my Asp Webform app using DataTables. I am relatively knew to this type of thing and was trying to find some reference to it in either the Manual, Examples, or Reference but was unable to do so. Is there somewhere else I can look or if it isn't in one of those three am I going it alone?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
http://datatables.net/examples/api/row_details.html
Thanks, I believe I had come across that but discounted it because it seemed to just be reformatting existing data versus pulling in new data. I actually need to pull in ServerSide data, from my code behind is ASP, based on the row selected. This will allow me to do that? I just need to piece that example together with the serverside processing one?
As in you need to make an Ajax request to get the data you want to show, or you are using server-side processing? Either way, it is quite possible :-). The code above should work fine with server-side processing. Example.
Allan
Thanks, I'll give it a go with ASP.Net and we will see where I end up!