Вопрос

I've created a CellTable and works correctly but when I try to insert a new row with no element or white spaces looks like this.

enter image description here

Thanks in advance.

Это было полезно?

Решение

If you just insert empty rows, height will be smaller than other rows. Use CSSResource and style the tr with proper height.

Другие советы

When you insert an empty row, try inserting an HTML space inside it to initialize the height. Like  

Yes, thanks Abhijith Nagaraja. This is how my css looks now.

    .cellTable tbody td{
        height: 13px;
    }

Thanks a lot.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top