|
|
|
@ -11,7 +11,7 @@ var table = {
|
|
|
|
|
// 设置实例配置
|
|
|
|
|
set: function(id) {
|
|
|
|
|
if($.common.getLength(table.config) > 1) {
|
|
|
|
|
var tableId = $.common.isEmpty(id) ? $(event.currentTarget).parents(".bootstrap-table").find(".table").attr("id") : id;
|
|
|
|
|
var tableId = $.common.isEmpty(id) ? $(event.currentTarget).parents(".bootstrap-table").find("table.table").attr("id") : id;
|
|
|
|
|
if ($.common.isNotEmpty(tableId)) {
|
|
|
|
|
table.options = table.get(tableId);
|
|
|
|
|
}
|
|
|
|
|