Workaround for columns that have select input types in cells
Workaround for columns that have select input types in cells
Hello,
I want to use DataTable but i can't find a way to use Individual column searching (select inputs) for columns that have input selects.
EX: Column B in my table has selects inputs in cells for City (New York, Los Angeles etc).
I want to add a select input filter to this column. How can i achieve that? I need to get all the values from the cells (without duplicates) and when I select 'New York' in the filter i want to see only those cells that have 'New York' option selected.
Many thanks in advance,
Alex.