Select all rows

Hi !!
I wanna select all rows like image below and delete all of them ,
Does cuba platform support this Or have a few ideas for this???
Many thanks!!

Capture

want using CTRL + Click for multiple row selection

Use multiselect attribute to enable setting multiple selection mode for table rows. If multiselect is true, users can select multiple rows in the table using keyboard or mouse holding Ctrl or Shift keys. By default, multiple selection mode is switched off.

Oh ,I’m so stupid for missing this information, @firstova , thank you so much for your support and save my time