Expand Child Rows of Responsive Datatables automatically
问题 I have a responsive dataTable (Responsive doc.) in the following format: var dataTableInfo = j$('[id$="dataTableInfo"]').DataTable({ responsive: { "autoWidth": true, details: { type: 'column', target: 0 } }, columnDefs: [ { className: 'control', orderable: false, targets: 0 } ] }); I fill this with data through a search to an external data source and I then have a second table inside the DataTable with additional data (in a child Row) that comes automatically from my instaniation. I can click