I am struggling to understand how to adapt your Angular Http example to work with the smart grid virtual paging
Is there a way to intercept ‘sort’ events and ‘paging’ events so that I can manage the service call with sorting/paging parameters myself?
Hi davout,
resultCallbackFunction should be called when you want to call it based on your application’s needs. It is called by your code.
The DataGrid has ‘sort’ and ‘page’ events. The ‘sort’ and ‘page’ events are documented here: https://www.htmlelements.com/docs/grid-api/.
As we pointed in a previous communication with you. We suggest you to look at this help tutorial and its implementation.: https://www.htmlelements.com/docs/angular-rxjs/
Best regards,
Peter Stoev
Smart UI Team https://www.htmlelements.com/
Hello,
The ‘Angular RxJS’ article you reference in the last comment is missing the source code for ‘GetData’
… can you please include this in the article?