Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 395 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 395 Bytes

Add Custom Filter Select Dropdown Menu To A DataTable

This code shows how to add a custom search filter drop-down to the header of a DataTable. It creates a drop-down menu that displays the unique list of strings from a column called Category. When the user selects a category from the dropdown-menu, the datatable will be rendered with only records with the Category from the selected value.