Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files app - apply search to select all #3925

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Conversation

ashton22305
Copy link
Contributor

Fixes #3785

Applies search to select all so that only visible rows are selected.

@@ -61,7 +61,7 @@ jQuery(function () {

$('#select_all').on('click', function() {
if ($(this).is(":checked")) {
table.getTable().rows().select();
table.getTable().rows({ search: 'applied' }).select();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL didn't imagine it would be that easy.

@johrstrom johrstrom merged commit d20e063 into master Nov 1, 2024
26 checks passed
@johrstrom johrstrom deleted the select-all-hidden branch November 1, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

files app - select all includes hidden filtered items
3 participants