Is variable rowheight a possibility in SlickGrid?

前端 未结 10 931
离开以前
离开以前 2020-12-03 01:22

I would like to provide variable row height depending upon the content size. is it possible in Slickgrid?

Can you point me towards any examples?

10条回答
  •  心在旅途
    2020-12-03 02:02

    There is also the variable height implementation by JLynch7 on github:

    https://github.com/JLynch7/SlickGrid/tree/variableRowHeight

    As far as I understand the height is set by user and not automatically computed based on content of the row's cells (I only looked at the example/example-variable-row-height-dataview.html)

提交回复
热议问题