I’m working at getting a design in place for a critical part of my app. It requires that the user can select multiple rows and either delete them or delete some column data in those rows.
Q. Can multiple rows be selected in Table View.
Q. What would be the best way to implement this sort of functionality.
Users are used to simply shit+clicking the first and contiguous last record to be selected, there are a good number of records that they may have to scroll through so single clicking each is unlikely to work.
Appreciate feedback.
TIA