I'm starting with the Tabulator in my project, I know that possible to define the bottomCalcParams to sum, avg, max, etc... but I need to add a dropdown in the column calculation at the bottom, to switch between the available options (Sum, Average, Min, Max and Count);
Is there any way to do this with Tabulator? How would you recommend implementing this feature?
Tabulator Version: 5.6.1
Best regards
My first thought is to use the HTML Format to customize the bottomCalc.

One way would be to use
bottomCalcFormatterto add a dropdown to the calculations with an event listener, which would update the calculation column definition on value change. Here is an example: