@lalitha1024 Are you trying to add an image in a column for each row? Is the image an icon or an actual image source path?
Do you have any designs or screenshots you can share in addition to what you posted.?
So you can check out how to add an icon here
If View Expressions is a column in your data that populates that table, then you can add the icon as noted above and set the column type to Button. However, you may want to do the following:
Add a modal to your canvas somewhere and set it to true in the Hidden field for that modal.
Then in the View Expressions column you can run a script like yourHiddenModal.open()
In that modal you can add the information from the selected row.
You could use an action button as well and run a js query to open the modal but in this instance it seems that the column View Expressions comes from the query that populates the table.... though I am not certain... so @agaitan026 in this instance using an Action button versus a custom column may not make a difference... though don't have enough information.
And I'm using 3 buttons view edit delete do I think having 3 custom columns will look strange, actions column just show only one column and the 3 button I don't know if I'm being clear
Somehow i am not able to achieve this. Below is my screen shot.
Added 2 buttons i.e., View and Edit
Please help me how to add image for normal button and how to set column width.
Hey folks, it looks like Retool doesn't support icons in table column at the moment though that's something coming in the future!
Clickable images in tables can be a bit tricky. You can set up an event handler on your table that runs on row clicks and then check for the column of the selected cell, this may not be the best workaround but it's one way to get things going: