strapi/buffet

Checkbox in table

bidoubiwa opened this issue · 3 comments

Hello, looking at the complex Table component, I see checkboxes, but I can not find the code that triggers their appearance. Do you have an idea on how to simply add checkboxes on table rows?

You need to add the withBulkAction props

Thanks I will try this!

Perfect thanks!