Ghislain B.
Ghislain B.
So I took another look at this and all you need is to create a CSS class named "rtl" and then assign it to both `headerCssClass` (for the header titles)...
The code has changed a lot since this issue was open, we removed jQueryUI in v3.x and we just released [v4.0.0-beta.0](https://github.com/6pac/SlickGrid/releases/tag/4.0.0-beta.0) which removes jQuery entirely, feel free to reopen if...
Sorry but I never use Mac on my side, so I can't help. It's also a little hard to help if you're not providing any of the code that you...
@okruti-rgupta Unfortunately since none of us have this kind of problems and you didn't provide any code sample. There isn't much we can do to help you without any code...
I would say it's probably a CSS styling issue or a DOM element that is hiding the full content. I think SlickGrid re-renders at some point and if it does,...
SlickGrid uses buffer (top/bottom) to avoid rendering thousands of rows for performance reasons, and that buffer is also used in the Row Detail plugin on this [line](https://github.com/6pac/SlickGrid/blob/master/plugins/slick.rowdetailview.js#L146). This buffer size...
closing since this issue is old and a lot has changed since then we removed jQueryUI in v3.0 and we also removed jQuery in v4.0 which we just released (see...
better late than never, now available in latest version [5.1.0](https://github.com/6pac/SlickGrid/releases/tag/5.1.0), I decided to go with the proposed code change because I don't think there are better ways that I can...
most probably related to this other issue #517 which the user did provide possible code change. I do not know that piece of code, not sure what it does, so...
> You were merging from elsewhere, I’m glad you did and don’t envy the effort you had to put in, we just have to do some little tweaks to improve...