- Issue created by @svena
- πΈπͺSweden svena
I did a dirty hack in the NodeOrderListBuilder.php on row 127.
$paged_query->limit(300);Then the table shows maximum 300 nodes.
My suggestion is a setting for this.
I the pager is active it is hard to sort nodes between the pages. Specially for a client.
I did a dirty hack in the NodeOrderListBuilder.php on row 127.
$paged_query->limit(300);@svena, yes, this hack works.
I saw the proposal for 8.x #3132575: Allow users to set max number of entities to prevent pagination β , I think it's time to prioritize this task and add this feature.
@svena, feature added to 3.0.2. Update the module to the new version and you will be able to configure it through the settings
Automatically closed - issue fixed for 2 weeks with no activity.