I need to have client side sorting (I don't want to call server each time when user clicks on column, cause I'm loading all the data). At the same time I want to give a possibility to reload grid without reloading the page, cause data can change. Client side sorting can be achieved via loadonce option, but ths option prevent reloading via trigger("reloadGrid"). Is there any way to achieve this?
Asked
Active
Viewed 1,727 times
1 Answers
3