Angular DataTable not populating DTInstance

后端 未结 5 1474
抹茶落季
抹茶落季 2021-01-16 08:58

I am not getting my DtInstance populated after rendering. Anyone faced this issue.

<
5条回答
  •  有刺的猬
    2021-01-16 09:30

    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

提交回复
热议问题