Master/Detail example?
Master/Detail example?
jrichview
Posts: 36Questions: 7Answers: 0
Anyone have a good example of using DataTables to construct a master/detail form? The one I saw on CodeProject didn't really meet our needs.
Would be best if detail does not appear within the master row. More often we are called upon to have a second grid that populates based on the selection of the first grid.
Would be best if detail does not appear within the master row. More often we are called upon to have a second grid that populates based on the selection of the first grid.
This discussion has been closed.
Replies
Allan
Thanks, Allan. One of our other devs ended up doing this for us.
Again, we didn't want grids within grids, just a top and bottom grid where the bottom shows rows based on what is selected in top.
From this example:
https://github.com/hello-code/StudyDataTables/blob/master/StudyDataTables/Views/Home/MasterDetails.cshtml