Ben McIntyre

Results 308 comments of Ben McIntyre

https://stackoverflow.com/questions/25172683/why-does-slickgrid-add-1000px-in-js-then-reverse-it-in-css-style I'll help if I can but I have never used RTL languages, so I don't think I'm the best person to be testing that scenario. If you could provide...

Start with an existing example page (you might be best with a fairly fully featured one, like 'model', and you might want to check additional features like grouping and have...

All the resize column code is in ```setupColumnResize()``` in ```slick.grid.js```. It's possible that it's only set up for right handed column adjustment, but I don't know how RTL affects CSS....

Note that the grid's ```setupColumnResize()``` function replaces the ```slick-resizable-handle``` elements completely, rather than just turning events on or off. Perhaps you should look more closely at the life cycle of...

I am on MacOS, but as @ghiscoding says, it will be hard to diagnose without code. I notice that I do have access to the URL in the video (though...

@okruti-rgupta also forgot to add point earlier: have you opened up the console and checked to see if an exception is being raised? Also, just checked the example on Mac...

To solve this, we need to be able to reproduce it. Can it be reproduced on one of the standard examples? If not, then with a standard example with some...

(presume that last line should be 'vertical scroll then makes ...') -- oh, perhaps not!

Good points. I think we need a more nuanced way than a setting, I'll look into this. The plugin should be able to ignore whatever setting exists and just insert...

We are in a position where there are a great number of plugins and core extensions to SlickGrid. While all of them have been tested and work in isolation, we...