Ghislain B.

Results 465 comments of Ghislain B.

I'm not sure what you mean by forcing the focus back to the grid? Where exactly are you trying to focus?

Yes I realized that I give you false information about the `onDragEnd`, it's not the good event to use. I see in the `slick.grid.js` that there is indeed a `focus()`...

If I look at the code, I see that there's maybe the trigger `onActiveCellChanged` that you could use, to keep the last active cell node (which I think is the...

I would suggest you to create and use your own Custom Formatter. There might not be enough documentation on the subject but it's easy enough to extend Formatter with your...

Sure I wouldn't mind seeing a PR so that we can test with. I personally don't use any of the images since I use Font Awesome icons instead but yeah...

in SlickGrid 5.0 we replaced all images with [SVG Icons](http://6pac.github.io/SlickGrid/examples/example-icons.html) and if you are wondering why we chose SVG instead of Data URI, you could read this article for the...

This is similar to your other opened issue and the answer is probably similar as well, see the [comment](https://github.com/6pac/SlickGrid/issues/280#issuecomment-440818157) left in the other issue #280.

closing since it's a duplicate of #280 and no feedback provided

So unless I am mistaking, we already have the `getExpandedRows()` method that returns the expanded rows. If that is not what you were looking for then please provide more details...

I believe PR #64 was supposed to do that, but this PR is quite old and out of sync