fattable
fattable copied to clipboard
Allow expansion of tall rows despite default rowHeight
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?
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.