question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LinkButton with Tabulator tables?

See original GitHub issue

With DataContainer tables I could use

    is EventState -> cell {
            button(I18n.tr(logEntry.title), icon = v.iconName, style = ButtonStyle.LINK)
    }

in order to get LinkButtons in tables.

How can I do it with Tabolator based tables?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rjaroscommented, May 6, 2019

I’m afraid it may not be possible to use KVision components inside custom tabulator formatters (or editors). Tabulator requires formatter function to return native DOM node. And KVision component is not a DOM node. It’s just an object bound to virtual DOM implementation underneath. Both KVision and Tabulator use virtual DOM, but probably incompatible with each other on such low level.

But I will still experiment a bit with this.

1reaction
rjaroscommented, May 5, 2019

You can use formatterFunction property.

Read more comments on GitHub >

github_iconTop Results From Across the Web

asp:LinkButton code to open new browser window/tab after ...
I need this button to open a new window or tab (I believe I can't decide as this is based on browser config)...
Read more >
Referencing a linkbutton within a gridview thats inside a AJAX tab
I tried to use the asp:ModalPopUp extender but as this grid is placed inside a ajax tab the modal pop up extender complains...
Read more >
Set Link Button to Open in a New Tab - Tadabase
This snippet allows you to set a link button to open in a new browser tab. openlinkinnewtab.gif. 1. Add the newTab class to...
Read more >
Open new tab on LinkButton Click using C# and VB.Net in ...
In this example we have write javascript window open method with url we want to open. The codes in response method we write...
Read more >
how to open tabpanel on clicking of link button of gridview in ...
by clicking linkbutton open record for selected ids and fill that record's information to page in respective controls and set tab ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found