Ghislain B.

Results 465 comments of Ghislain B.

@6pac When you say `scrolling handling`, do you mean Slick Events? Could that be performance issues? and/or memory leak with some of these new events?

I think this was addressed a long time ago in https://github.com/6pac/SlickGrid/releases/tag/2.3.16 so it should be safe to close

I used [UI-Grid](http://ui-grid.info/docs/#!/tutorial/203_pinning) for some time with AngularJS and they called it [Pinning](http://ui-grid.info/docs/#!/tutorial/203_pinning) and you had to choose which side you want to pin (left or right) and how many...

but does this PR actually do Pinning? I thought lock actually meant something else. > Allows the locking of columns so they wont participate in the manual column ordering. This...

@6pac I did a checkout of this PR and this is **not** the pinning functionality. It's a simple column lock which blocks the user from being able to reorder the...

@SatanEnglish As I mentioned earlier and after trying this PR, it is **not** pinning functionality. What you are looking for **is** pinning functionality. Let me rename the title to remove...

Yes but again this PR is just re-ordering of draggable columns. It's far from being pinning/frozen (it's called Frozen Pane in Excel) or whatever you want to call it. I...

closing this PR since it is really out of date and will be even more once we release our upcoming [Roadmap to v4.0 - jQuery removal](https://github.com/6pac/SlickGrid/discussions/743). We can re-discuss it...

better late than never... I brought back this idea in PR #983 This is much easier to implement now that we use [SortableJS](https://sortablejs.github.io/Sortable/) for the column reodering, we can take...

Seems rather normal to me, I mean if you reordering a column then your focus is now on the column header. However, what is possible to do is to use...