0
AdamMusson created
- ABP Framework version: v8.1.3
- UI Type: MVC
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
I have been asked to provide bulk delete for users in my abp application. I don't have the source code of the users list screen in the admin section and the documentation doesn't seem to answer my question about how I can add a checkbox to the user list datatable so that the admin user can select users and add a button to delete all those selected.
What is the best approach for this?
1 Answer(s)
-
-1
hi
You can override the user list page and use a custom
datatables
.See https://datatables.net/extensions/fixedcolumns/examples/integration/select-checkbox.html