Have a custom button in table .. onclick of that button wanted to show the selected row in json format in the model

Hi @Madhavi_G Thanks for reaching out! Can you share more about what you mean by "json format in the model"?

You can certainly trigger events on click. One idea that comes to mind is to trigger a modal that pops open with a json component of the selectedRow data.

For opening a modal on click we have instructions here: http://community.retool.com/t/how-to-close-a-modal-from-a-table-using-js/1944/7

The modal could look like this:

Let me know if this isn't what you're looking for!