Merge columns in table

Can i have something to merge columns in table? As highlighted in below screenshot, i need these two column to look as one. This is required as i’m implementing custom multiselect lookup. There are actions written on the look up icon image which opens a look up dialog and user can select multiple options.

Hi Vivek

You can use template fields to display a single column with multiple data fields.  The lookup will however remain as a separate field.  You might want to use a row action to perform the lookup which will remove the extra column in your table.


 

I already added the same in row action but as per the requirement the current solution looks better so needed something to merge two columns. Thanks for your reply!