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:

  1. apply style enclosing flextable , use descendent selectors (.myflextable th {}) style cells.
  2. use cellformatter add own style names cells in flextable.

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -