feat: do not fetch full + and * relations
Changes the way we handle relation with cardinality + and *. Instead of fetching all ids and using the getMany data provider method to retrieve data for all ids, we use a paginated list. This way, only the elements on screen are fetched from the server, making the react admin interface compatible with large datasets.
Closes #38 (closed)
Edited by Arnaud Vergnet