Enable Multiselect in ListView

1
Hi Community, in a project I use a list view to delegate tasks to employees. if an employee is absent, i have to delegate their tasks to others. but i don't want to do this for each task individually. The idea is that I mark several lines (objects) in a List View and then edit these marked lines simultaneously in a next step on an Edit Page. Is there a way to create multi selection for a list view? if yes how? Many Thanks
asked
1 answers
2

List view and Template grid is the same but the template grid has more funcinalties include the multi selection, I prefer to use template grid to complete your task as well

answered