1
votes

I want to delete the extra params after the store is loaded. If I put as '' still it has that param in url and delete is not working

2

2 Answers

1
votes

If you're looking to delete all of the extraParams, just use this code:

store.getProxy().setExtraParams({});
1
votes

you have to add below code after store load

delete store.proxy.extraParams.param_name;