feat: ConnectionsTableView column state

This commit is contained in:
mrFq1
2023-06-20 23:43:48 +08:00
parent 720b7e5158
commit c9e23067c9
2 changed files with 33 additions and 5 deletions
@@ -14,7 +14,7 @@ struct ConnectionsView: View {
var body: some View {
CollectionsTableView(data: data.conns,
ConnectionsTableView(data: data.conns,
filterString: searchString)
.background(Color(nsColor: .textBackgroundColor))
.searchable(text: $searchString)