Hi so i have this treegrid with custom filtering that has a select dropdown (which will list all the columns of tree grid) and input field to filter by.
I was able to get the input field working, but i am not sure how to filter based on the selected column from the dropdown. Please a workaround would be helpful
Example output:
Dropdown (selected): EmployeeID
Input field: 1
press the filter button to filter based on the value entered in the input field
Example output 2:
Dropdown (selected): FirstName
Input field: Andrew
press the filter button to filter based on the value entered in the input field
Here is my jsfiddle:
http://jsfiddle.net/9rz8cbjv/11/