From 2213b559f5fd3d8fc4e3e1d2cc572ef411cf082a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 27 Jul 2021 11:38:28 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 458097e507..437110e4d8 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -486,6 +486,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { if (this.responsive) { width = ''; left = ''; + hidden = cm.isHidden(i) ? 'display:none' : ''; splithide = 'display: none'; } -- 2.39.2