Is it possible to make "Select All Checkbox" from the Custom table List View?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 03:34 PM
Hi All,
I appreciate you guys helped me a lot all the time.
I have a question about select all check box from list view.
Usually there is a check box to select all records from list view.
But when I 'ORDERBY' and 'GROUPBY' from the module argument, "Select All Checkbox" from the List View is disappeared.
Is there any way to create select all checkbox?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 11:36 PM
Hi Irene,
In case of all lists (OOTB or custom), when you filter with group by, the Select All Checkbox is hidden, because if you are grouping by a column, you must be checking for some group and not all. Also, when you click on one particular group, it takes you to that group filtered list and again Select All checkbox is visible again.
Do you have any particular requirement that is not met with above logic?
You can mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!
Best Regards