dasDaniel/svelte-table

Style search input fields

Closed this issue · 1 comments

Is there a way to add custom style to the search input field in the th element? Maybe a classNameInput property can be added with the same functionality as the classNameSelect.

Agreed, that should be available.

I will add it, but you could use css selector like :global(th input){ for now