We have changed our pricing. Flexmonster Software License Agreement was also updated (list of changes)

How to override filter dialog with my own dialog

Answered
vinoth asked on January 9, 2025

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/

3 answers

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster January 9, 2025

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

Public
vinoth 4 days ago

Hi ,

 Thanks your solutions worked for me.

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster 4 days ago

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

Please login or Register to Submit Answer