From 0c0c419fbfa588573b5fb218c990d38b593f77bd Mon Sep 17 00:00:00 2001 From: john Date: Fri, 12 Oct 2018 11:08:28 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 2b7fe0a374..428efb1c1d 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -1182,7 +1182,9 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { continue; } - this.colModel.config[col_index][size_cls[0]] = size_cls + rows[i].classList.remove() + + this.colModel.config[col_index][size_cls[0]] = size_cls[1] } } } -- 2.39.2