Hi All,
I have a little unusual requirement. Usually when we implement a filter for the table it shows up on the top as an input field. User can enter the filter string and the filtered data shows up in the table.
Now my requirement is to develop a filter that is similar to the one we have in Excel. Users should be able to select multiple filter string and the result should be based on those filter string. For ex. in a column if there are 3 types of values - High, Medium and Low, and I want a filter, that will show only High and Low rows in the table. It would have been really easy if we had an option to place a UI (say Dropdown) as a filter. So, on the onSelect event we could open a popup windows with all the filter strings. But unfortunately its not how WDJ is designed.
As a work around I thought of placing a table with a header and one row (with filter UIs) on top of a headerless table (data table), something like a sandwich. Since they are two individual tables, if a user wants to change the column width, both the tables will be out of sync. So i dropped that idea. Popin UI i guess will also behave the same.
Please provide your inputs too. If you have any doubts regarding the requirements please let me know.
Regards,
Piyush.