mirror of https://github.com/apache/cloudstack.git
bug 12396
Fix list view columns not aligning with header, in some cases where there are 2 columns and the data provider returns quickly.
This commit is contained in:
parent
e171b7c2c7
commit
c2bfc51b2b
|
|
@ -926,6 +926,10 @@
|
|||
reorder: reorder
|
||||
});
|
||||
$table.dataTable(null, { noSelect: uiCustom });
|
||||
|
||||
setTimeout(function() {
|
||||
$table.dataTable('refresh');
|
||||
});
|
||||
},
|
||||
error: function(args) {
|
||||
setLoadingArgs.loadingCompleted();
|
||||
|
|
|
|||
Loading…
Reference in New Issue