Ajax (Json) Implementation with Row Details

Ajax (Json) Implementation with Row Details

andi_sfandi_sf Posts: 7Questions: 0Answers: 0
edited March 2011 in General
I am trying to figure out how the Row Details sample would work with the Ajax (json) data source sample. If anyone has a working sample or could point me to a solution that would be greatly appreciated!

Replies

  • cnsungcnsung Posts: 1Questions: 0Answers: 0
    Same question, anybody help?
  • eyerulealleyeruleall Posts: 5Questions: 0Answers: 0
    same here. I'm trying to get the details row to show data from a one-to-many relationship.
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    @ andi_sf and cnsung:
    > I am trying to figure out how the Row Details sample would work with the Ajax (json) data source sample.

    http://datatables.net/release-datatables/examples/server_side/row_details.html

    @eyeruleall:
    > I'm trying to get the details row to show data from a one-to-many relationship.

    As in multiple detail rows? DataTables currently doesn't support that, although it can be implemented by using custom row filtering.

    Allan
This discussion has been closed.