How to add a extra column in Data list of custom table?

Subrat Barik asked on April 14, 2023 09:47

I have requirement to add a extra column in Data list view. In custom table I have organization id but not the name I want to display the organization name next the to the Organization Id. Organization name is in another custom table. So how can I do it?

Recent Answers


Juraj Ondrus answered on April 17, 2023 05:49

If you mean the UniGrid listing in the admin UI, you can add a custom extender. Please, see this KB article on this topic how to add column to an UniGrid listing.

0 votesVote for this answer Mark as a Correct answer

Subrat Barik answered on April 17, 2023 07:08

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?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.