开发者

Disable scrolling in SlickGrid

开发者 https://www.devze.com 2023-03-30 06:16 出处:网络
This may sound crazy, but I\'d like to prevent scrolling in SlickGrid.I\'d like to always show all of the data, regardless of how many rows it is.Is this poss开发者_开发知识库ible with SlickGrid?Yes.

This may sound crazy, but I'd like to prevent scrolling in SlickGrid. I'd like to always show all of the data, regardless of how many rows it is. Is this poss开发者_开发知识库ible with SlickGrid?


Yes.

Set the autoHeight property of the grid to true. This will have the effect of making the grid as tall as necessary to contain all rows without requiring scrolling.

0

精彩评论

暂无评论...
验证码 换一张
取 消