Example of undefined in React Spreadsheet Component

/
/
Hyperlink

This sample demonstrates the Hyperlink feature with the shopping cart scenario as an example. To add hyperlink, click the link button in the insert tab or click hyperlink option using the cell context menu.

More Details...

Loading....
Description

  • This feature allows you to add reference as cell address or any web url to a cell and also navigate to a reference by clicking or tapping. You can enable or disable hyperlink by using the allowHyperlink property.
  • In this sample, we have applied hyperlink to the cells using the hyperlink property in cell. We can also add hyperlink using the addHyperlink method. In shopping cart scenario, we have added cell reference as hyperlink in the product id column. In the stock sheet, we have added web url as hyperlink in the place order column.

More information about the Hyperlink can be found in this documentation section.