Disable scrolling in SlickGrid
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.
精彩评论