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) }