Reputation: 171
Basically, I want to use the infinite scroll mechanism in the w2ui grid without having to use the url feature. We have to put credentials into our calls to the back end in the headers so using the url feature is not an option. Any ideas if that can be done?
Upvotes: 0
Views: 224
Reputation: 171
It looks like in my case I can tap into the request
event and modify the request by adding request headers or anything else needed. See the documentation here:
Upvotes: 0