X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fbootstrap%2FTable.js;h=a30dba3f6b3215a9d2996747dbd0e2cdd1e0ea0f;hb=5db7c997172b9aa276dc4fe7bdcce6e790646156;hp=13ff363d9009aa3c926c12fce4aaa51abd7a6438;hpb=044071c047ba7b90d458bdc10f918a9ed6793e60;p=roojs1 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; }