We have some products with many childs, up to 400.
When listing child products of any product in backend only 81 is visible in list.
Any ideas why?
I think, it's a limit to prevent crash.
This sould use a lazy loading when you have more then 50 for eg.
I don't know if this is team priority to change this ?
A solution is to write a little module or plugin using a button for eg. to display all. But this need a custom work.