我有一个巨大的表,在数据表中有60列和200行。有些列固定在左侧。以下是我的尝试。
var childRows = getChildRows(id); //Gives a html string with multiple rows.
var dTable = $('#dataTable').Datatable(); // Api functions.
var row = dTable.row(this); // To get the parent row element from datatable.
row.child($(childRows));
这里的问题是它将子行添加到右表中,但这些行不会反映在固定列中。任何解决方案都很受欢