問題タブ [vaadin8]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
vaadin8 - Vaadin 8 グリッド選択の最初の行
に示されている最初の行を選択する簡単な方法はありGrid
ますか? アイテムのリストがあり、DataProvider.ofCollection(items)
データ プロバイダーを使用しています。バッキング リストの最初の項目を選択するだけでは十分ではありませんGrid
。元のリストとは異なる順序になる可能性がある 1 つの列で並べ替えるからです。何か案が?
メソッドを使用できますDataProvider.fetch
が、複雑すぎます。組み込みの方法はありませんか?