Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow expansion of tall rows despite default rowHeight #22

Open
otisg opened this issue Oct 22, 2015 · 1 comment
Open

Allow expansion of tall rows despite default rowHeight #22

otisg opened this issue Oct 22, 2015 · 1 comment

Comments

@otisg
Copy link

otisg commented Oct 22, 2015

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?

@fulmicoton
Copy link
Owner

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants