Tabulator on_click() to load a new page

Hi @CongTang,
Thank you for responding. I’m not sure your solution does what I’m looking for. I am OK with using on_click() to set the callback function for the Tabulator grid. I would like this callback to invoke another Panel app page. From a button, I can call the following to bring up a new page.

    btn.js_on_click(code="""window.open("./app2", "_self")""")

In the Tabulator on_click(), I can retrieve the row/column of selected cell. I would then like to bring up a new page based on that. Any idea? --Thanks