From c4d685f5098a0d664a007a0f33816f6a68b000fb Mon Sep 17 00:00:00 2001 From: Luke Fretwell Date: Mon, 27 Jul 2026 12:51:42 -0700 Subject: [PATCH] Sync shared sortable-table icon handling from components --- _includes/js.html | 2 + public/css/scangov.css | 41 +++++ public/js/tablesort-init.js | 3 + public/js/tablesort-vendor.js | 320 ++++++++++++++++++++++++++++++++++ 4 files changed, 366 insertions(+) create mode 100644 public/js/tablesort-init.js create mode 100644 public/js/tablesort-vendor.js diff --git a/_includes/js.html b/_includes/js.html index 33ce0e38..6f498c01 100644 --- a/_includes/js.html +++ b/_includes/js.html @@ -1,4 +1,6 @@ + +