Finalize loading speed improvements for all data tables (this now closes #120)

This is a workaround for now. The tables are still DOM sourced because of too big dependencies between server side rendering and frontend JS code. The tables are initially load while tbody is hidden, this results in a speedup by around 65 %.
This commit is contained in:
Bernd Bestel
2019-01-05 20:06:35 +01:00
parent 2e265ac70a
commit f6649d51bd
38 changed files with 40 additions and 20 deletions

View File

@@ -18,6 +18,7 @@
});
}
});
$('#stock-journal-table tbody').removeClass("d-none");
$("#product-filter").on("change", function()
{