dasDaniel / svelte-table

A svelte table implementation that allows sorting and filtering
https://dasdaniel.github.io/svelte-table/
MIT License
535 stars 40 forks source link

Search from Input #126

Closed siva19susi closed 1 year ago

siva19susi commented 1 year ago

Is there way to call search based on an independent input[type=text] field? All I see is adding searchValue as part of the column definition. Is bind:filterSelections the only approach for it?

siva19susi commented 1 year ago

Well I took the reference from #119 and got it implemented. But how do I avoid the searchField right above the column?

dasDaniel commented 1 year ago

added ability to hide in v0.5.5 using hideFilterHeader