Bootstrap Table 中文文档(完整翻译版)
http://blog.csdn.net/rickiyeat/article/details/56483577
$('#table').bootstrapTable({ onEventName: function (arg1, arg2, ...) { // ... } }); $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) { // ...});
博客列表 >Bootstrap Table 中文文档(完整翻译版)
Bootstrap Table 中文文档(完整翻译版)
http://blog.csdn.net/rickiyeat/article/details/56483577
$('#table').bootstrapTable({ onEventName: function (arg1, arg2, ...) { // ... } }); $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) { // ...});