How to freeze / block columns?
Can I freeze columns when scrolling horizont开发者_StackOverflow中文版ally?
More exactly these columns should be fixed when scrolling.
I think a cloned grid can be added that resides on the left showing only the columns that are required to be frozen. Since it's going to be the same grid all the events will be available on the cloned grid also.
@jlynch7 has the most robust implementation of frozen columns that I've found. You can see a working example here: http://jlynch7.github.io/SlickGrid/examples/example-frozen-columns.html
精彩评论