Hello,
I want to ask you. Is there any way I can do table, where I have 2 simple collumns like “Name” and “Scale” and then we have 4 little rows inside 1 column. Each row for one quartal of the year. Where every quartal is a property in our Entity.
There is an example of table structure, which we are tying to do.
This table would be on Edit screen of another entity, so its table of linked record for one different entity.
Thank you
Hi,
There is no built-in way to define such table layout. I can suggest two options:
- Use generated column.
- If no interactive functionality is needed, e.g. row selection, reordering, sorting, actions then you can generate html markup and show it using HtmlBoxLayout.
Regards,
Gleb