LibraryDataProvider supports paging, but it expects all data to be available and filters the data after the fact. It should be possible to extend this so that the raw data is updated dynamically based on the current pager settings. This will require some changes to VideoLibrary too.
LibraryDataProvider
supports paging, but it expects all data to be available and filters the data after the fact. It should be possible to extend this so that the raw data is updated dynamically based on the current pager settings. This will require some changes toVideoLibrary
too.