Pagination is implemented in the dataProvider for GET_LIST, but not for GET_MANY and GET_MANY_REFERENCE. It's an acceptable shortcut, because the page limit is unlikely to be encountered in practice, but worth examining how to apply pagination for these too.
Pagination is implemented in the
dataProviderfor GET_LIST, but not for GET_MANY and GET_MANY_REFERENCE. It's an acceptable shortcut, because the page limit is unlikely to be encountered in practice, but worth examining how to apply pagination for these too.