Skip to content
Snippets Groups Projects
Commit bbbfd516 authored by juanf's avatar juanf
Browse files

SSDM-986 : PAPER - Refactor old tables to use the new one

SVN: 32690
parent 1fbc3ee3
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,8 @@ $.extend(Grid.prototype, {
$(tableHeads[hIdx]).remove();
}
}
$(thisGrid.panel).hide().show(0); // HACK: Fixes Chrome rendering issues when refreshing the grid
$(window).trigger('resize'); // HACK: Fixes table rendering issues when refreshing the grid on fuelux 3.1.0 for all browsers
$(thisGrid.panel).hide().show(0); // HACK: Fixes Chrome rendering issues when refreshing the grid on fuelux 3.1.0
}, 1);
});
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment