Skip to content

Version 0.3.4 seems to have broken the clickable hyperlinks hack. #198

@vovavili

Description

@vovavili

It seems that the trick to make links clickable doesn't work anymore in 0.3.4.

The code:

for col in links:
    js_hyperlinks = JsCode(
        """
        function(cell) {
            return `<a href="${cell.value}" target="_blank">Click me!</a>`
        }
        """
    )
    gb.configure_column(col, cellRenderer=js_hyperlinks)

On 0.3.3 - the tab of URLs is populated with 'Click me!'
On 0.3.4 - <a href="link goes here" target="_blank">Click me!</a>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions