Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CSSのみを使用してGWTFlexTableのスタイルを設定するにはどうすればよいですか?APIは、どのCSSクラスが利用可能であるかについては何も言及していません。
クラスはありません。自分で設定する必要がありますか?
たとえば、「th」でスタイリングをしたいと思います。
FlexTable(HTMLTableを拡張する)は、含まれているセルに特定のスタイルを適用していないようです。2つの可能な解決策があります:
.myFlexTable th {}