I have two questions.
I am trying to disable client side sorting in ui-grid, how can I do it?
Instead of client side sorting, I need to set another data set to ui-grid and refresh the data set.
scope.gridOptions.data = res
;scope.gridApi.core.refresh();
first link I am trying to assign new data to ui-grid and refresh the ui-grid. This is not working? How can I do that ?
Thank you