Styling GWT FlexTable only with CSS -
how style gwt flextable using css? api mentions nothing css classes available.
aren't there classes , have set them myself?
i instance styling on "th".
flextable (which extends htmltable) doesn't appear apply particular styles cells contains. there 2 possible solutions:
- apply style enclosing flextable , use descendent selectors (
.myflextable th {}
) style cells. - use cellformatter add own style names cells in flextable.
Comments
Post a Comment