Add export table to info page

This commit is contained in:
JonnyWong16 2020-09-27 13:59:11 -07:00
parent acebf96d2f
commit be82c8f6d9
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 77 additions and 22 deletions

View file

@ -144,8 +144,8 @@ export_table_options = {
if (timer) {
clearTimeout(timer);
}
if ($('.export-processing').length && $("#tabs-export").hasClass("active")) {
timer = setTimeout(redrawExportTable.bind(null, false), 5000);
if ($('.export-processing').length) {
timer = setTimeout(redrawExportTable.bind(null, false), 2000);
}
},
"preDrawCallback": function(settings) {