Unable to trigger the Input filter dropdown on button click
Unable to trigger the Input filter dropdown on button click
![beginner_2018](https://secure.gravatar.com/avatar/4efd447e3dfed396746ae8abfc69e35c/?default=https%3A%2F%2Fvanillicon.com%2F4efd447e3dfed396746ae8abfc69e35c_200.png&rating=g&size=120)
Dear All,
I am trying to display the input filter drop-downs on button click,Instead of Page load .So that page load time can be saved if I am having large amount of data.
And I had applied the code using button , But I don't find no luck to get through with my code.
Can any one please help me in knowing what's wrong in my code.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @beginner_2018 ,
this.searchable()
isn't an API call, it was giving this error in the console:This fiddle here is now working. I just removed that check - all your columns are searchable anyway.
Cheers,
Colin