Create classic table to show single entity with their attributes

0
Hi Mendix community, I just want to create an old fashioned table with column lines and table borders. Because my goal is to show data of an entity which has many attributes I think the classic way to vizualize data should be the best solution.  I was searching the web, but did not found an solution for the problem. How do I implement an classic table in Mendix? Do I have to write my table in CSS?   I would appreciate your support with creating a standard table.   Best Regards Sai
asked
1 answers
1

Hey Sai,

With a simple datagrid you should be able to accomplish this. On the appearance tab you can select a ‘Bordered’ style. And you can customize further with some minimal css. See below, I think this is what you are looking for?

 

answered