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.
パネルの行と別のテーブルを含む Vaadin テーブルがあります (デバッグ ウィンドウはインターフェイスにエラーを報告しません)。
テーブルの小道具:
table.setPageLength(0);
サブテーブルに行を追加した後:
しかし、デバッグウィンドウで「レイアウトの分析」ボタンを押すとすぐに、インターフェースは次のようになります(問題は解決しました):
必要なときにサーバー上の「レイアウトの分析」を呼び出すことはできますか?