Base solution for your next web application
Open Closed

Datatable - with child datatable - sample code? #6106


User avatar
0
deltavision created

Hi,

With reference to https://keenthemes.com/metronic/preview/?page=crud/metronic-datatable/child/data-local&demo=default

Do you have any sample code for the DataTable with a child datatable - like the one from the above link ?

Reference: #6072

Best regards Michael Vad


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @deltavision

    It seems like this datatable supports loading child table data via an ajax request, see https://keenthemes.com/metronic/preview/?page=crud/metronic-datatable/child/data-ajax&demo=default

    But, this is not the table we are using in AspNet Zero.

    For JQuery version, we use JQuery DataTables and as far as I know, it doesn't have child table feature.

  • User Avatar
    0
    alper created
    Support Team

    Hey, maybe you can use DataTables's child rows feature.. See https://datatables.net/examples/api/row_details.html