mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-07-09 07:17:13 -04:00
FE: skeleton uplift
This commit is contained in:
@@ -667,7 +667,7 @@ function initializeDataTables(prefix, colDefinitions, pluginObj) {
|
||||
// Fade out the skeleton only after the first draw so there is no gap
|
||||
// between the skeleton disappearing and the table rows appearing.
|
||||
initComplete: function() {
|
||||
$(skelId).fadeOut(50, function() { $(this).remove(); });
|
||||
$(skelId).fadeOut(50, function() { $(this).hide(); });
|
||||
},
|
||||
createdRow: function(row, data) {
|
||||
$(row).attr('data-my-index', data.index);
|
||||
|
||||
Reference in New Issue
Block a user