I added the CSS rule but it doesn't work.. I have added the 3rd solution
but it takes a lots of time because the Table is big and i can't add a
pager for some reasone..
its something wrong??

.FlexTable tr {
        empty-cells:show;
border: thin groove;
}
.FlexTable td {
        empty-cells:show;
width: 90px;
max-width: 90px;
border: thin groove;
}
.FlexTable {
        empty-cells:show;
border-collapse: collapse;
}

On Wed, Jan 15, 2014 at 11:13 AM, Jens <[email protected]> wrote:

> Choose one:
>
> - use CSS rule "empty-cells:show" on the table element
> - Fill empty cells with a dash " - " to indicate that there is no data for
> that cell
> - Fill empty cells with "&nbsp;" which is a white space
>
> -- J.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to