mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
Fixing the way tables overflow in dashboard view (#310)
This commit is contained in:
@@ -315,6 +315,7 @@ var px = (function () {
|
||||
token.find("img.loading").show();
|
||||
container.hide();
|
||||
container.html('');
|
||||
container.css('height', slice.height());
|
||||
dttm = 0;
|
||||
timer = setInterval(stopwatch, 10);
|
||||
$('#timer').removeClass('btn-danger btn-success');
|
||||
@@ -324,6 +325,7 @@ var px = (function () {
|
||||
resize: function () {
|
||||
token.find("img.loading").show();
|
||||
container.hide();
|
||||
container.css('height', slice.height());
|
||||
container.html('');
|
||||
this.viz.render();
|
||||
this.viz.resize();
|
||||
|
||||
Reference in New Issue
Block a user