YourITGroup / MemberListView

Back-Office Member Management for Umbraco 7 & 8
27 stars 18 forks source link

How to export Selected Users #21

Closed nnahmed closed 1 year ago

nnahmed commented 3 years ago

Hi

How we can export only the selected user from the user list?

image

Thanks

robertjf commented 3 years ago

Currently, you can't - the export uses the current filter to export all members in the list if one is applied, not only the current page.

nnahmed commented 3 years ago

Thank you Robert for quick response appreciated.

Can you help me, if there anyway we can get information of these selected users in the MemberListView Plugin?

Your support will be really helpful.

Thanks

robertjf commented 3 years ago

@nnahmed can you expand on what you mean by get information of selected users?

nnahmed commented 3 years ago

I means, i selected 3 users from the users grid by making selection. I only want to export that. Can i get those selected members, Member id information in the Members list view

robertjf commented 3 years ago

you have two options here - use the Filter to filter the members that you want to export.

Or, modify the source code to add an additional export button to only export selected members (and commit a pull request to have your change included in the project 😎 )

I've added the Enhancement label as I think this is a good idea, but I don't have free time to work on it myself at the moment.

robertjf commented 1 year ago

This is now supported on Umbraco 10 & 11 as of Version 3.0.0