data_tables icon indicating copy to clipboard operation
data_tables copied to clipboard

Need Search field in top row to filter data from any column.

Open AmbujaAK opened this issue 5 years ago • 3 comments

For reference -

https://datatables.net/examples/api/multi_filter.html

image

AmbujaAK avatar Dec 11 '20 07:12 AmbujaAK

yes i need same datatable for search

estonerahul avatar Dec 16 '20 06:12 estonerahul

When i use this in my apps i roll my own search. that is why I added the header property. You can then filter the items and update the data table.

I would love a PR for this if you have an idea of how it should be. The package was directly inspired from datatables.net

rodydavis avatar Mar 31 '21 19:03 rodydavis

When i use this in my apps i roll my own search. that is why I added the header property. You can then filter the items and update the data table.

Ah so you just add a search box inside the header?

Like this... image

xxJeevesxx avatar Apr 15 '21 20:04 xxJeevesxx