celldoubleclick
Hello!
How i can change the result of cell modal when i double click?
I need make another “POST” to keep the value and show when the modal show for me =)
5 answers
Hello Rodrigo,
Thank you for writing to us. WebDataRocks does not allow to inject some other data into the drill-through view. The drill-through modal is based on the raw data records.
The possible workaround here is to disable the default drill through behaviour and generate the result on your own. You can display the modal view of your own creating a new instance of WebDataRocks based on the result data in flat view mode.
Regards,
WebDataRocks Team
Thanks for the answer. How could I disable it to create its own modal with the information I need? Thank you
Because i need the information when i double click in cells to make my modal page
Hello, Rodrigo,
Please try drillThrough
option which disables the default pop-up. Here is an example: https://codepen.io/webdatarocks/pen/xMajXX.
To find more options, please refer to docs: https://www.webdatarocks.com/doc/options-object/.
Regards,
WebDataRocks Team
Rodrigo you solve the problem of create a custom modal with the info??
thank you