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.
グリッドで水平スクロールバーを取り除く方法は? 列幅をいじっても解決しません。
Web Component の css ファイルに次のように入力することで動作するようになりました。
#{id}dataGrid1 .waf-dataGrid-body { overflow-x:hidden; }