I have got a table, styled with bootstrap. The content of this table is filled using Angular.js. How do I make a row clickable so it will call a function in the scope?
T
Angular 6
HTML:
CSS: tr:hover { cursor: pointer; } 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
CSS:
tr:hover { cursor: pointer; }