Is variable rowheight a possibility in SlickGrid?

前端 未结 10 893
离开以前
离开以前 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 01:39

    I have implemented this in my project, with the help of @Stephen Robinson 's answer here.
    If anyone is interested they can check:
    https://github.com/vihari/Seaview/blob/version3.0/SlickGrid-master/slick.grid.js.
    It can be enabled with the file above if you set options.enableWrap to true.
    Thank you.

提交回复
热议问题