From: Alan Knowles Date: Thu, 24 Jan 2019 07:08:29 +0000 (+0800) Subject: Roo/bootstrap/Table.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=5db7c997172b9aa276dc4fe7bdcce6e790646156 Roo/bootstrap/Table.js --- 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; }