strapi / buffet

Buffet.js — React Components Library made with styled-components
https://www.buffetjs.io
539 stars 67 forks source link

Checkbox in table #182

Closed bidoubiwa closed 3 years ago

bidoubiwa commented 3 years ago

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?

soupette commented 3 years ago

You need to add the withBulkAction props

bidoubiwa commented 3 years ago

Thanks I will try this!

bidoubiwa commented 3 years ago

Perfect thanks!