table full width/height

Hello, how can i put tables on full width on phpmaker 2023? i cant find the wayand also full height, thanks

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%;
}