From b4c833a0ba69f2bdb242925cbd25a7c9f3573850 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 10 Sep 2025 12:13:34 +0200 Subject: [PATCH] also style selected row --- lib/tableeditor.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tableeditor.go b/lib/tableeditor.go index fa0e6ea..ab9bf6b 100644 --- a/lib/tableeditor.go +++ b/lib/tableeditor.go @@ -327,6 +327,7 @@ func (m *FilterTable) fillRows() { WithSelectedText(" ", "✓"). WithFooterVisibility(true). WithHeaderVisibility(true). + HighlightStyle(StyleSelected). Border(customBorder) }