mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Lock the columns #1174

Closed Marcod93 closed 6 years ago

Marcod93 commented 6 years ago

Hello, I would like to know if there is an attribute for the columns of a form to make sure that by scrolling the table you lock a certain column and remain visible.

Thanks!

6pac commented 6 years ago

That's called 'frozen columns'. It's not implemented in the main project, but I'd suggest googling around a bit, there are a few repos that have implemented this feature, JLynch in particular.

I'd like to implement it in my repo, but it would take a significant amount of time to integrate. May get around to it some day, but not for a few years, I reckon.

6pac commented 6 years ago

https://github.com/6pac/SlickGrid/issues/26