Dear all, I have a question about a part of my interface.
I use a read-only grid component.
Scrollbars appear depending on the screen size.
I want to implement it so that when moving the horizontal scrollbar, the header rows stay fixed and only the non-header areas move.
I haven't found a setting and would appreciate your help if you know how or if it's possible.
Thanks in advance.
親愛なる皆様へ。インターフェースの一部について質問させてください。
読み取り専用グリッドコンポーネントを使用します。画面サイズに応じてスクロールバーが表示されます。水平のスクロールバーを動かすとき、ヘッダー行を固定した状態で、ヘッダー以外の場所のみ移動するように実装したいです。
設定を見つけられておらず、もし方法が、あるいは実現の可否についてご存じであれば、お力をお借りしたいのです。よろしくお願いいたします。
Discussion posts and replies are publicly visible
Related links found関連リンクを見つけましたdocs.appian.com/.../ux-grids.html
Add
docs.appian.com/.../Paging_Grid_Component.html
Ya try that or you have billboard layout in which headed can
I tried it and it worked fine with the height setting. Thank you for your comment.
I think you got the answer . Just pasting it for future reference.
Determines height of the grid. Valid values: "SHORT", "SHORT_PLUS", "MEDIUM", "MEDIUM_PLUS", "TALL", "TALL_PLUS", "EXTRA_TALL","AUTO" (default). All grid heights besides AUTO have fixed headers that will remain at the top of the grid when scrolling.
"SHORT"
"SHORT_PLUS"
"MEDIUM"
"MEDIUM_PLUS"
"TALL"
"TALL_PLUS"
"EXTRA_TALL"
"AUTO"
Can you close the thread by marking the answer
Thank you for your comment! It's encouraging. The problem has been solved, thank you very much!