From 48a8ec0435fcbdfad284544f0a6405fd0c228bee Mon Sep 17 00:00:00 2001 From: john Date: Fri, 12 Oct 2018 10:48:14 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index e87346b063..040d6f3fb9 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -1174,7 +1174,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { var size_cls = w[j].split("-"); - if(this.colModel.config[col_index]) { + if(!this.colModel.config[col_index][size_cls[0]]) { } } -- 2.39.2