react-redux-grid
react-redux-grid copied to clipboard
How to config GET/POST for sortingSource
I enjoyed your's GRID! How to I can config method GET for sortingSource & pagingSource
Thanks
Have you taken a look at the docs? If this doesn't answer your question, we should update them to add additional information.
Hi @bencripps
I already read the docs. I seen
sortable.sortingSource: where sorting data will be retrieved (a required parameter for remote sorting) (Same as pagingSource) It looks like accepted only
String
I'm not sure I'm 100% clear what you're asking. Are you hoping to configure separate methods when you fetch paging data, and when you are handling a sort event?