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.
追加の行の詳細を開いたり閉じたりする必要があります。
各行の展開/折りたたみ機能を実装する方法について、誰かが実装したり、アイデアを持っていますか?
この種のもの ( demo、source ) のためのある種のテンプレートがあります。重要な点は、開閉が変更されたとき (別名、サイズが変更された可能性があるとき) にList/ /whateverを伝える必要があるということです。Grid
List
Grid
this._listRef.recomputeRowHeights(indexOfChangedRow) // Clear cached size this._listRef.forceUpdateGrid() // Rerender list with new size