You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API example shows this:
"rowHeight": 35, // constant row height (px)
Could this be changed dynamically? For example, imagine row content that is actually very "tall", but by default only 1 line of that content is shown in a row. Next, imagine you wanted to let users expand the row so its full content can be seen.
(How) Can this be done?
The text was updated successfully, but these errors were encountered:
I should indeed add non constant row.
But you will still have to tell the lib in advance the height of all the rows in that case.
Resizing will probably mean reloading the whole thing... It is usually very fast though. Definitely fast enough for applying on drop, probably not fast enough to do it during the drag.
The API example shows this:
"rowHeight": 35, // constant row height (px)
Could this be changed dynamically? For example, imagine row content that is actually very "tall", but by default only 1 line of that content is shown in a row. Next, imagine you wanted to let users expand the row so its full content can be seen.
(How) Can this be done?
The text was updated successfully, but these errors were encountered: