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?
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)