Wednesday, January 15, 2014

Re: FlexTable all borders

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 <jens.nehlmeier@gmail.com> 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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment