+ sorting of wallets table

This commit is contained in:
Taegus
2019-03-04 21:57:00 +01:00
parent 98149b48ae
commit 0552dcdcba
6 changed files with 128 additions and 63 deletions

View File

@@ -96,6 +96,7 @@ class Wallets {
// the event to tell us that the wallets are rendered
$(document).on("render_wallets", function () {
new Tablesort(document.getElementById("addressTable"));
$("#addressTable").floatThead();
$("#btnNewAddress").off("click").on("click", function () {