We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

How to create a hyperlink

Answered
Rafael Ramires asked on December 19, 2023

Hello Nadia.
 
Is there any way for me to create a hyperlink in flexmonster? I want the user to click on a table or row and be directed to a new screen in the browser.

4 answers

Public
Maksym Diachenko Maksym Diachenko Flexmonster December 19, 2023

Hello, Rafael!

Thank you for your question.

To insert a link into Flexmonster's grid, we recommend using the customizeCell() method, which allows modifying the HTML of each separate cell. With this method, you can wrap the cell's text into a <a> tag that will redirect to a link in a new browser window. You are welcome to check the example: https://jsfiddle.net/flexmonster/q1gtwj48/
With the wide range of cell information provided in the CellDataObject, you can customize the conditions of redirection logic to fit your requirements.

Please let us know if our answer was helpful.

Best Regards,
Maksym

Public
Maksym Diachenko Maksym Diachenko Flexmonster January 4, 2024

Hello, Rafael!

Hope you are doing well.
We are wondering if you were able to add hyperlinks in cells using the customizeCell() function. 
Please let us know if this approach worked for you.

Best Regards,
Maksym

Public
Rafael Ramires January 5, 2024

Hello, Maksym!
 
We have not yet progressed in customizing the cells for inserting hyperlinks, we are including color customization in the graphs.
 
Thank you very much for asking.

Public
Maksym Diachenko Maksym Diachenko Flexmonster January 8, 2024

Hello, Rafael!

Thank you for your reply.
Do not hesitate to contact us if you have any questions or need clarification as you navigate through this process.

Best Regards,
Maksym

Please login or Register to Submit Answer