From 76c835134843f6422a0ece4b9730de17cf800862 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Jan 2019 15:10:22 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index a810182cdb..d863921b49 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -594,8 +594,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { c.html = '' + c.html; } + // could use BS4 hidden-..-down + if(typeof(config.lgHeader) != 'undefined'){ - hh += ''; + hh += ''; } if(typeof(config.mdHeader) != 'undefined'){ @@ -660,7 +662,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { } c.cls += ' col-' + size + '-' + config[size] + ( - size == 'xs' ? (' col-' + + config[size] ) : '' // bs4 col-{num} replaces col-xs + size == 'xs' ? (' col-' + config[size] ) : '' // bs4 col-{num} replaces col-xs ); -- 2.39.2