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

[ENH] Data Table: Enable deselection #3189

Merged
merged 1 commit into from
Sep 12, 2018

Conversation

matejklemen
Copy link
Contributor

@matejklemen matejklemen commented Aug 6, 2018

Issue

Implements #3161 - adds a "deselect all" functionality to the top left corner button in Data Table.

Description of changes

As far as I can tell, the current "select all" functionality is actually built in by default, i.e. clicked is connected to a selectAll() call (please correct me if I'm wrong).
This commit disconnects the default handler and connects a new one, which decides whether to select all (selectAll()) or deselect all (clearSelection()) data based on information about selected rows and columns.
peek 2018-08-10 01-34

Includes
  • Code changes
  • Tests
  • Documentation

@lanzagar lanzagar changed the title Data Table: enable deselection [ENH] Data Table: Enable deselection Sep 12, 2018
@lanzagar lanzagar added this to the 3.16 milestone Sep 12, 2018
@lanzagar lanzagar merged commit f1a9d69 into biolab:master Sep 12, 2018
@matejklemen matejklemen deleted the enh_table_deselect_all branch September 17, 2018 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants