SMART datagrid v.1 > Classes > LinkCellRenderer

Back  Forward

DataLudi.LinkCellRenderer.urlField  property

The name of data field of containing the URL which will be transferred to tooltip or click event handler. 

The URL can also be specified by url, urlCallback properties, and it takes precedence in the order of urlField, urlCallback, url

Defaults to null.

Getter
function urlField(): String
Setter
function setUrlField(value: String)
Code -1
    column.setRenderer({
        type: 'link',
        urlField: 'field1'
    });
See Also
urlCallback
url
GridBase.onClickableCellClicked
Examples
Link Cell Renderer