Ben McIntyre
Ben McIntyre
http://stackoverflow.com/questions/19725250/is-it-possible-to-show-and-hide-some-slickgrid-columns-on-button-click
use ```grid.setColumns()``` like the StackOverflow article says
Will take me a little while to test, but I suspect that it's because you are binding a click event to the buttons. Elements with bound events are not removed...
Is this fixed?
You're better off using [my repo](https://github.com/6pac/SlickGrid), it's far more up to date and essentially the same as this repo. It's got a whole bunch of new [examples](https://github.com/6pac/SlickGrid/wiki/Examples), including an example...
Hi Russell, Firstly, no, using a DataView should be no different, but you would need to ensure that you have a new DataView for each grid and that the events...
I don't think there has been any significant activity on the MLeibman repo since I forked from it. So my repo should be 100% of its functionality plus updates and...
Yep, the JLynch repo is on the radar: https://github.com/6pac/SlickGrid/issues/26
You're not using IE are you? I recall rendering issues with it. This behaviour would suggest to me that en exception is being thrown somewhere. Also , you've got to...
This is becoming really hard to troubleshoot. If you still want assistance, you're best off making a jsFiddle and loading your sample into it. You can put all the external...