I'm taking this to mean that the data will be loaded from within the view, not accessed through a server call.
So the controller serves up some data structure to the view with the data to be displayed, and the view has ALL the data. Then pagination and sorting happen within the client entirely. Only a page refresh will get more data.
If anyone has any problems with this, let me know.
I'm taking this to mean that the data will be loaded from within the view, not accessed through a server call.
So the controller serves up some data structure to the view with the data to be displayed, and the view has ALL the data. Then pagination and sorting happen within the client entirely. Only a page refresh will get more data.
If anyone has any problems with this, let me know.