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

Select Column new Mode (all filtered data) #102

Closed
rbv3 opened this issue Jun 19, 2020 · 2 comments
Closed

Select Column new Mode (all filtered data) #102

rbv3 opened this issue Jun 19, 2020 · 2 comments
Labels
question Non Issue - User Question

Comments

@rbv3
Copy link

rbv3 commented Jun 19, 2020

Please describe the feature you would like to request.

In my humble opinion, there should be a mode that when you filter the data and click on select all box, only the filtered data is selected.

What is the use-case or motivation for this proposal?

I'll use the table on this link for example:
https://shlomiassaf.github.io/ngrid/demos/virtual-scroll-performance
Now, imagine that I want to select all row which has the account type: "Money Market".
So, I just need to filter the data by "money market" and then click on "select all box". But, when I remove the filter, my entire data is selected.

Is there anything else we should know?

If you think that this feature is not necessary, can you guide me? Which variable holds the filtered data? And then I think that I can just try to implement this feature by myself.

@rbv3
Copy link
Author

rbv3 commented Jun 19, 2020

In fact, is it possible to create a custom bulkSelectMode? I found the variable which holds the filtered data, but I'm struggling to create a custom bulkSelectMode :(

@shlomiassaf
Copy link
Owner

@rbv3 Yes it's possible.

The selection column is byitself and extension to ngrid, ngrid does not have a UI specific approach, the UI you see comes from extensions.

https://github.com/shlomiassaf/ngrid/tree/master/libs/ngrid-material/selection-column

Currently, the only UI framework I've extended is material, but I would also like to extend bootstrap if someone would help...

@shlomiassaf shlomiassaf added the question Non Issue - User Question label Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Non Issue - User Question
Projects
None yet
Development

No branches or pull requests

2 participants