I have a custom table. In data section we have the list of the data of that custom table and I want to add a extra column in that list.
Let's say there is Order table and there is only Product id and not the Product name.
In data it's only showing the Product id but I want display there the product name as well. Product name is in Product table. So how can I do this?