I was trying the example of material 2 table as explained in this tutorialand it worked nice.
My problem is that in their api or example they have nowhere mention of to combine 2 separate columns to one single column.
I have having this data..
- Column 1 - User ID
- Columns 2 - First name
- Columns 3 - Last name
- Column 4 - Address
I want to a new columns which will replace Column2 and Column3 (i.e want to make new column with name Full Name which will be Coulmn2 + column3 )
Is there any way so that i can achieve the desired functionality. I dont want to edit the data at server side for this. this should be only done via frontend.