I am not getting my DtInstance populated after rendering. Anyone faced this issue.
<
Just adding my 2 cents here.
For me the problem was solved by @rosshays solution in the thread: https://github.com/l-lin/angular-datatables/issues/345
Update Dec. 4 2017: As per @trainoasis suggestion, i am copying the solution to here.
In your controller
$scope.nested = {};
$scope.nested.dtInstance = {}
And in your HTML