hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

How to implement filtering for each column in dropdown header element #279

Open sainbayarus opened 5 years ago

sainbayarus commented 5 years ago

this component is awesome, but is there any features like datatables.net dropdown header filtering?

hjalmers commented 5 years ago

No but the header supports custom components for each cell so it would be pretty easy to add a dropdown component that uses gtApplyFilter to filter the column based on selected values.