I have this table:
3条回答 感动是毒 (楼主) 2021-01-06 15:19 you can apply class on mouse over like this. http://jsfiddle.net/uuws8hbv/ in the controller add function. $scope.rowselected = function(row) { $scope.rowNumber = row; } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
you can apply class on mouse over like this.
http://jsfiddle.net/uuws8hbv/
in the controller add function. $scope.rowselected = function(row) { $scope.rowNumber = row; } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
in the controller add function.
$scope.rowselected = function(row) { $scope.rowNumber = row; }