fattable icon indicating copy to clipboard operation
fattable copied to clipboard

Allow expansion of tall rows despite default rowHeight

Open otisg opened this issue 9 years ago • 1 comments

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?

otisg avatar Oct 22 '15 12:10 otisg

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.

fulmicoton avatar Nov 11 '15 10:11 fulmicoton