From 5db7c997172b9aa276dc4fe7bdcce6e790646156 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Jan 2019 15:08:29 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 13ff363d90..a30dba3f6b 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -652,10 +652,9 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { if(typeof(config[size]) == 'undefined'){ return; } - - - + if (!config[size]) { // 0 = hidden + // BS 4 '0' is treated as hide that column and below. c.cls += ' hidden-' + size + ' hidden' + size + 'down'; return; } -- 2.39.2