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:
Brian Federle 2011-12-07 18:58:21 -08:00
parent e171b7c2c7
commit c2bfc51b2b
1 changed files with 4 additions and 0 deletions

View File

@ -926,6 +926,10 @@
reorder: reorder
});
$table.dataTable(null, { noSelect: uiCustom });
setTimeout(function() {
$table.dataTable('refresh');
});
},
error: function(args) {
setLoadingArgs.loadingCompleted();