react-redux-grid icon indicating copy to clipboard operation
react-redux-grid copied to clipboard

How to config GET/POST for sortingSource

Open honeypc opened this issue 7 years ago • 3 comments

I enjoyed your's GRID! How to I can config method GET for sortingSource & pagingSource

Thanks

honeypc avatar Aug 06 '17 14:08 honeypc

Have you taken a look at the docs? If this doesn't answer your question, we should update them to add additional information.

bencripps avatar Aug 06 '17 16:08 bencripps

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

honeypc avatar Aug 07 '17 12:08 honeypc

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?

bencripps avatar Aug 19 '17 13:08 bencripps