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?