Ben McIntyre
Ben McIntyre
Thanks for the feedback. Can any or all or you let me know the conditions to reproduce (ie. hardware, OS, browser) - I'm not clear on if this is tablet...
Thanks. Unfortunately my Macbook Pro died two days ago :-( I'll try to replicate it elsewhere, but otherwise I may have to wait a week or so for the replacement...
Hey, I've had a look. This is not an error, as in it's not triggering any javascript errors at this stage. It's a performance issue - simply, the grid momentarily...
The original post cited an error that caused the grid to stop rendering altogether, I believe it's fixed in [my repo](https://github.com/6pac/SlickGrid), which you should be using rather than this no-longer-maintained...
I'm sorry @snehadhiravani9 , that request doesn't really even make sense. HTML is a client (browser) side technology. JSP is a server side technology. What you do on the server...
Have a look here: https://github.com/6pac/SlickGrid/issues/165 This repo is no longer maintained.
Check out the [6pac](https://github.com/6pac/SlickGrid) repo. This repo is no longer active.
This is the latest intel on frozen columns: https://github.com/6pac/SlickGrid/issues/26
The only way to do it effectively is to delete multiple rows on the server side. That's not straightforward, especially if the rows you are deleting are not all in...
var dv = new DataView; ... var groups = dv.getGroups(); for (var i = 0, l = groups.length; i < l; i++) { group = groups[i]; Console.Log(group.value + ":" +...