It seems that there is a limit (pagination) of max records that is retrieved for 'editable_rows'.
Both pagination and the actual repeating logic for this is not written and does not work.
[x] Increase the amount of fetched ID per request (this is not slow!)
[x] Do repeating calls when the amount of fetched items is the same as the max number of items
It seems that there is a limit (pagination) of max records that is retrieved for 'editable_rows'. Both pagination and the actual repeating logic for this is not written and does not work.