标签: javascript html twitter-bootstrap web bootstrap-table
如果通过网址获取数据,将操作(按钮,链接)列添加到引导表的最佳方法是什么?
现在我使用自定义格式化程序,但它看起来很难看:
<th data-formatter="actionsFormatter"></th>
...
function actionsFormatter(value, row) { return "<a class=\"btn btn-xs btn-success glyphicon glyphicon-ok\"></a>"; }