Is it possible to insert a datable inside another dateable dynamically.

Is it possible to insert a datable inside another dateable dynamically.

grafxflowgrafxflow Posts: 2Questions: 1Answers: 0
edited December 2017 in Free community support

I have a datatable which has rows than can be expanded. Then it loads the content via ajax.

The dynamic content are filters and another tables inside.

Is it possible to add this as another datatable dynamically? So every row can contain one if required (i.e. it brings back results when clicking the expandable option.

Maybe a generic function, which sends an id?

$( '#existing-properties-table'+id ).DataTable( {

This discussion has been closed.