Hi Team,
I have pivot table with filter icon. whenever user clicks on filter icon i need to show my own dialog component instead of default filter dialog.
I can see there is pivot.on('filteropen') method with a callback whenever the user clicks on filter icon callback is getting triggered , here I want to show the my custom dialog filter window not the default one.
pivot.on('filteropen', function (params) {
showOutput('The filter is opened!');
});
jsfiddle link : https://jsfiddle.net/flexmonster/drwyzj8o/
Hello,
Thank you for contacting us.
To implement a custom filter view, we recommend using the following approach for reference: https://jsfiddle.net/flexmonster/z280kf5s/. Kindly note that it is not a final solution, and you are welcome to modify it for your needs.
Please let us know if it works for you. Looking forward to hearing from you.
Kind regards,
Nadia
Hi ,
Thanks your solutions worked for me.
Hello,
Thank you for the feedback!
We are glad to hear that it works for you.
Feel free to contact us if other questions arise.
Kind regards,
Nadia