Need a special offer?Find out if your project fits.
+

Doubleclick and Cell Data Object

Answered
Toni Laukka asked on March 20, 2018
  1. How do I disable doublecellclick and it's default feature on Pivotal Table?
  2. Is there a way to add custom fields to Cell Data Object? I need to trigger a custom API call, and it would be easier to do if the information was already available in the Cell Data Object.

3 answers

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster March 20, 2018

Hello Toni,
Thank you for writing. Please find our answers below:
1. You can disable default double-click behavior by setting options.drillThrough = false . Please check our docs for more information - https://www.flexmonster.com/api/options-object/.
2. There is no way to add custom fields to the Cell Data Object from the outside. However, could you please provide us with more details about your use case? It will allow us providing a suitable solution.
Waiting to hear from you.
Regards,
Dmytro

Public
Toni Laukka March 26, 2018

Hi Dmytro,
We use Flexmonster to show and pivot our systems financial reports. On account level we want to be able to drill down to vouchers. We wanna handle the drilldown similarly to flexmonster so that when you double click a cell, it will popup a new window and make an API request with correct parameters. I was able to parse almost all the needed information from cell column and rows. Our base app is made with react, so I was thinking of making that pop up with React too. That way it's easier for me to control it.  

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster March 26, 2018

Hello Toni,
Thank you for the detailed explanation. Could you please specify what additional properties you need in Cell Data Object ? Our dev team will discuss the possibility of adding it to the component. We will notify you as soon as possible.
Waiting to hear from you.
Regards,
Dmytro 

Please login or Register to Submit Answer