Closed siva19susi closed 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?
input[type=text]
searchValue
bind:filterSelections
Well I took the reference from #119 and got it implemented. But how do I avoid the searchField right above the column?
added ability to hide in v0.5.5 using hideFilterHeader
v0.5.5
hideFilterHeader
Is there way to call search based on an independent
input[type=text]
field? All I see is addingsearchValue
as part of the column definition. Isbind:filterSelections
the only approach for it?