From f0c0c1b487d16093f521f9fd30b2fed0fe6d0b62 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 18 Feb 2025 20:21:25 -0600 Subject: [PATCH] fix: add click handler support in simple grid table element --- src/wuttaweb/templates/grids/table_element.mako | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wuttaweb/templates/grids/table_element.mako b/src/wuttaweb/templates/grids/table_element.mako index 099f415..3c40338 100644 --- a/src/wuttaweb/templates/grids/table_element.mako +++ b/src/wuttaweb/templates/grids/table_element.mako @@ -25,6 +25,9 @@ % for action in grid.actions: ${action.render_icon_and_label()}