Adding buttons to column within Data view

0
I want to create a table with columns from db with each row having edit & view option as the last column. So far, I have created a data view for adding all the required columns from db but I am not able to add the last column with edit and view option.  How to achieve the last column creation as seen in the sample attachment ?      
asked
1 answers
1

Hello Greshma,

 

You want to use a Datagrid 2 for this. It will allow you to add buttons in any column you like.

answered