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.
フレキシグリッドテーブルの列ヘッダーのすぐ下にカスタムフィルターバーを追加する方法を教えてください。テキストフィールドとドロップダウン矢印を組み合わせたフィルターバーが必要です。
ありがとう
それを行う直接的な方法はありません。
しかし、あなたは達成することができますhidden column
hidden column
1)列を取る
2)そこにフィールド値を割り当てます
3) 幅をゼロにする
4)次に、それをソート可能に設定すると、すべてに表示されますcolumns filter
columns filter
次のようになります。
{ display: 'Some X', name : 'sortFieldname', width : 0, sortable : true, align: 'center'}