码迷,mamicode.com
首页 > 其他好文 > 详细

angular-datatable ~~~ 方法

时间:2017-09-04 22:37:42      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:datatable   angular   

有关datatable的方法:

$scope.subgridConf();//自带的方法
$scope.dtInstance.DataTable.ajax.reload();//刷新
$scope.dtInstance.DataTable.rows().remove();//删除rows
$scope.dtInstance.DataTable.data();//所有rows数据
$scope.dtInstance.DataTable.destroy();//删除button部分
$scope.dtInstance._renderer.rerender();//刷新
$scope.dtInstance._renderer.changeData(getR());//修改数据


本文出自 “爱笑嘚蛋蛋” 博客,请务必保留此出处http://dd118.blog.51cto.com/8638176/1962562

angular-datatable ~~~ 方法

标签:datatable   angular   

原文地址:http://dd118.blog.51cto.com/8638176/1962562

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!