문제

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