FE: skeleton uplift

This commit is contained in:
jokob-sk
2026-06-24 17:35:31 +10:00
parent 155081dc31
commit 5b42dbf2d7
11 changed files with 133 additions and 60 deletions

View File

@@ -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);