-
Hi, I recently upgraded from v1. On v1, when I click the select checkbox it only selects the rows from the same page. Is there a way to limit the selection of rows in version 2 to only those on the current page, similar to how it worked in version 1 when clicking on the select checkbox, as it is causing an issue with memory usage by selecting all rows across all pages? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
Currently? No. I'll create the relevant config for this over the weekend and issue a pull request. But it'll be a little wait before it is part of the core repo. |
Beta Was this translation helpful? Give feedback.
-
As promised I have written the code for this, and opened a pull request, @rappasoft will take a look when he gets time I'm sure! It is a very straight forward change, so you could implement it yourself in the interim looking at the code in my commit, or you can clone my dev-master in the interim if you'd prefer (see details on my fork), as that has a number of recent pull requests implemented, just make sure to switch back once @rappasoft has time to update the core! |
Beta Was this translation helpful? Give feedback.
-
@paramwork - I think you can expect this pull request to be fixed wtihin the next week or two within core. |
Beta Was this translation helpful? Give feedback.
-
Quick update, I managed to stuff up my various branches, so please wait caller, I'm hoping to have a chance to sort this weekend. |
Beta Was this translation helpful? Give feedback.
-
See PR #1112 for a fix for this, it adds in a Select All On Page button. |
Beta Was this translation helpful? Give feedback.
-
Due to the sheer number of changes I've put in elsewhere, this will be in the release after next unless something pushes the date back! |
Beta Was this translation helpful? Give feedback.
Due to the sheer number of changes I've put in elsewhere, this will be in the release after next unless something pushes the date back!