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
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.
Hey @jocen,
No, the image was not mine. I used it to show what I was achieving
Enabling "Enable Multiple Rows Selection" on the table worked. Thanks!!