PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB19: How to control table row height?
WB19: How to control table row height?
Iniciado por guest, 13,jun. 2015 13:02 - 2 respuestas
Publicado el 13,junio 2015 - 13:02
I can control the row height in the IDE by using The "Row Height" setting in the Table Description. However when the table is rendered in the browser it seems to be overidden by something else (probably the css style). However I can't find a place in the styles to adjust this.

How can I do this?

Thanks,
Michael
Publicado el 14,junio 2015 - 10:15
Hi Michael,

There's a confirmed bug in WB19 that causes table rows to not follow the specified height if tablerows are set to adapt height to content.
I found a workaround by unchecking the adjustable and moveable options for ALL columns in the table.
Since I never use the moveable or adjustable option it's no problem for me, except when I forget to uncheck these options for a new column or a new table. (I would love to have a setting to prevent having to uncheck useless features by default)
This bug has not been and I guess never will be fixed in WB19, but has been confirmed to be fixed in WB20.

Regards,
Piet
Publicado el 14,junio 2015 - 16:43
Thanks Piet, that did the trick.

Michael