backbone-paginator/backbone-pageable

Get Method for getting individual queryParams value

ramsunvtech opened this issue · 0 comments

Do we have any method to get the individual queryParams value.

Current One

this.collection.queryParams["partnerClientId"]

Expecting

this.collection.getQueryParams("partnerClientId")