-
Notifications
You must be signed in to change notification settings - Fork 50
Ability to customize search placeholder in DataTable (like Combobox) #428
Copy link
Copy link
Open
Labels
enhancementImprovement to existing functionality or new capabilities.Improvement to existing functionality or new capabilities.pythonRelated to the Python SDK: components, actions, serialization.Related to the Python SDK: components, actions, serialization.
Metadata
Metadata
Assignees
Labels
enhancementImprovement to existing functionality or new capabilities.Improvement to existing functionality or new capabilities.pythonRelated to the Python SDK: components, actions, serialization.Related to the Python SDK: components, actions, serialization.
Type
Fields
Give feedbackNo fields configured for issues without a type.
What happened?
Ability to customize search placeholder in
DataTable(like Combobox)Description
Hi team,
I’d like to use
search=Truein theDataTablecomponent, but also customize the default search placeholder text (currently"Filter").At the moment, I couldn’t find anything in the documentation indicating that this is configurable, so it seems this feature might not be supported yet.
For reference, the
Comboboxcomponent already supports customizing the search placeholder here:https://prefab.prefect.io/docs/components/combobox#search-placeholder
Question
Is there currently a way to customize the search placeholder in
DataTable, or could this be considered as a feature request for future support?Thanks!
Example Code
Version Information