Invoke JS Function Tabulator

How can we invoke JS functions included in the Tabulator Library ((Tabulator) that aren’t exposed in Panel? Specifically, looking to have a button that when clicked, invokes the “addRow” function so it adds a new row to the tabulator without reloading the page.

Update: turns out we can manipulate the underlying dataframe in value parameter which allows you to add/remove rows dynamically

1 Like