Skip to content

Commit

Permalink
Add tabulator filter placeholder (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Nov 8, 2024
1 parent 31868f3 commit c8a9034
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lumen/ai/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,9 @@ async def respond(
widths={'Table': '90%'},
disabled=True,
page_size=10,
header_filters=True
header_filters={
"Table": {"type": "input", "placeholder": "Filter by..."},
}
)
table_list.on_click(self._use_table)
self.interface.stream(table_list, user="Lumen")
Expand Down

0 comments on commit c8a9034

Please sign in to comment.