table full width/height

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
christ2000
User
Posts: 519

table full width/height

Post by christ2000 »

Hello, how can i put tables on full width on phpmaker 2023? i cant find the way

and also full height, thanks


mobhar
User
Posts: 11729

Post by mobhar »

To make table becomes full width, you may put this under HTML -> Styles -> User, after that re-generate the project css file:

.ew-grid {
    width: 100%;
}

Post Reply