添加表格动态增删改查示例
This commit is contained in:
@ -210,7 +210,7 @@
|
||||
that.$fixedBody.find('tbody tr:eq(' + i + ')').height($(this).height());
|
||||
});
|
||||
|
||||
$("#" + $.table._option.id).on("check.bs.table uncheck.bs.table", function (e, rows, $element) {
|
||||
$.btTable.on("check.bs.table uncheck.bs.table", function (e, rows, $element) {
|
||||
var index= $element.data('index');
|
||||
$(this).find('.bs-checkbox').find('input[data-index="' + index + '"]').prop("checked", true);
|
||||
var selectFixedItem = $('.left-fixed-table-columns input[name=btSelectItem]');
|
||||
|
Reference in New Issue
Block a user