Adding drill down tables to an MVC2 table
Adding drill down tables to an MVC2 table
Hey there. I am trying to add drill down rows to my site. I already use data tables to create datatables on my page... I basically create simple columns and rows, via a script on my page, and then I call dataTables. I am guessing I need to do a little extra to get drill down tables into my site... I am guessing I will have to pass in some JSON Data to get this to work? That is going to be a pain in the rear. But I will check out the tutorial on it ...http://www.datatables.net//blog/Drill-down_rows and see where I can get.
If you have any general tips I would appreciate them.
PS I generate my columns and rows from an xml string that I pass to my views and then I parse that with a script on my page. That is a little unorthadox but that is how my boss wanted it. Is that a big deal or can this only be done by passing JSON data from the controllers?
Thanks.
If you have any general tips I would appreciate them.
PS I generate my columns and rows from an xml string that I pass to my views and then I parse that with a script on my page. That is a little unorthadox but that is how my boss wanted it. Is that a big deal or can this only be done by passing JSON data from the controllers?
Thanks.
This discussion has been closed.