From 143479bc25ec52f031ccedf353970b5b50d2f07c Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 6 Jan 2026 19:47:14 -0600 Subject: [PATCH] fix: add `hoverable` and `narrowed` for all `` elements --- src/wuttaweb/templates/grids/table_element.mako | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wuttaweb/templates/grids/table_element.mako b/src/wuttaweb/templates/grids/table_element.mako index c964089..fca2a68 100644 --- a/src/wuttaweb/templates/grids/table_element.mako +++ b/src/wuttaweb/templates/grids/table_element.mako @@ -16,6 +16,8 @@ :default-sort="${grid.get_vue_first_sorter() or 'null'}" % endif + hoverable + narrowed icon-pack="fas"> % for column in grid.get_vue_columns():