When using autoheight, i’d like to be able to tell the grid to globally top-align content in all cells. I think i could accomplish this with a custom cell renderer for every cell, but in my case i have a lot of them, and it’d be nice to just set the preference once.
One thing I run in to is that with autoheight, if i want to do a custom cell renderer for one column (create a hyper link for example) the middle alignment that exists by default is not used, and trying to realign that one column is difficult. I would rather just make the whole grid top-aligned.
Is there a way to do something like this? If not, I’d just like to offer it as feedback 
thanks!