Table border

1
Hi , I want to show the table borders ( rows and columns) of container widget. What styling I should use so that table border becomes visible.   Thanks
asked
2 answers
2

You can use class “table-bordered”.

Check the Showcase app for other useful classes: https://ux.mendix.com/theme-viewer.html?profile=desktop?theme=silver_linings (in the menu Design Elements > Tables.

answered
1

You can write custom CSS styling for the default mx table class, else you can either add CSS directly in the style tab of widget. Something like  border: 1px solid black;

answered