Is it possible to make column pinning detect column width change and works dynamically? #281
dnjsgur0629
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found that to use

expand
withcolumnPinning
in #213, I had to assign a large enough value to the size ofmrt-row-expand
. However, this method has the demerits that the size ofmrt-row-expand
must become too large as the layers of data become deeper.In my case I had to assign 140 to the size of
mrt-row-expand
.It seems that the size of
mrt-row-expand
is too big, even when it is not expanded.If don't assign a size for
mrt-row-expand
, the columns will automatically widen each time you expand a row. What ifcolumn pinning
could detect column width changes and works dynamically?If this is possible, #240 will also be resolved.
Beta Was this translation helpful? Give feedback.
All reactions