How to add "Select checkbox column" in table?

Hello,

How can I add a selection checkbox column in a table component?

I'd like the user to select rows with a checkbox so that I can perform an action on these checked rows.

Thank you!

Patrick

Hi @PatrickMast, is this image not yours? You can enable this tickbox by enabling "Enable Multiple Rows Selection" of that table. Your table property .selectedRows will change from being an object to an array of object.

1 Like

Hey @jocen,

No, the image was not mine. I used it to show what I was achieving :wink:

Enabling "Enable Multiple Rows Selection" on the table worked. Thanks!!

1 Like