list view header is repeatitive

0
Hi,   Is there a way to restrict the header of the table in the list view  just to the header row?   In the screenshot, the header is being repeated in each row and i just want to restrict this to the top most row as a header. In one of the forum discussions in the past, I came across a css code which has to be placed in my custom.css. The code is as below.   // header in listview .grid-inlineheader.mx-listview {     .mx-listview-item {         .grid-inlineheader-header {             display: none;         }     }     .mx-listview-item:first-child {         .grid-inlineheader-header {             display: inherit;         }     } }   However, upon adding this in my custom.css file, no changes are reflected. Kindly assist.
asked
2 answers
0

Take a look at this blog post on how to create nice looking responsive tables in mendix

https://www.notion.so/gajduk/The-road-to-responsive-tables-in-Mendix-f8a1de4595634167bd489c48b565fbe1

answered
0

This is my case

 

answered