How to put a table data inside a list view along with the table column headers.

0
Hi all, I have been trying to display the table data inside a list view but am struggling with the formatting as I have put the table headers outside the list view. Below is the screenshot. How can a format the table headers and their respective columns inside a list view. I would appreciate any help.   Thank You!  
asked
3 answers
0

Check out this excellent blog by Andrej Gajduk https://www.notion.so/The-road-to-responsive-tables-in-Mendix-f8a1de4595634167bd489c48b565fbe1 and the example project https://cssflexandgrid-sandbox.mxapps.io/ 

answered
0

Hi Arjun,


I thing this is an width issue with your header column (th) and body column (td).
you can apply some custom CSS in custom.css or main.scss and it will align your cells.

 

 

 


 

answered
0

Hi Arjun,
you can achieve this UI structure via this link below
Listview + table 
https://medium.com/mendix/my-story-6d96d1aeca11
 

answered