I have a grid,
grid = new Slick.Grid("#myGrid", loader.data, columns, options);
How do I get the grid to reload? I'm using a remote model as by the examples as provided by the slickgrid documentation.
I want to force the reload based on clicking a button.
Thanks