holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.8k stars 519 forks source link

Add Tabulator filter placeholders by default if enabld #7476

Open ahuang11 opened 2 weeks ago

ahuang11 commented 2 weeks ago

If tabulator filters are enabled, they should have placeholders by default.

            header_filters={
                "Table": {"type": "input", "placeholder": "Filter by..."},
            }

Tracking for https://github.com/holoviz/lumen/pull/741#issuecomment-2464435089