imballinst / react-bs-datatable

Bootstrap datatable without jQuery. Features include: filter, sort, pagination, checkbox, and control customization.
https://imballinst.github.io/react-bs-datatable
MIT License
59 stars 20 forks source link

How to add buttons to rows/body e.g Edit button? #153

Closed hefhem closed 2 years ago

hefhem commented 2 years ago

Hi,

Please how can I add button or other actions at the row level. e.g. Edit button.

Thanks in advance

hefhem commented 2 years ago

Never mind I found it here https://codesandbox.io/s/fir1fw?file=/src/App.js:662-829

imballinst commented 2 years ago

hello @hefhem, I'm glad you sorted it out!

To prevent this from happening in the future, I have added the example to the Sandbox from the README as well: https://codesandbox.io/s/react-bs-datatable-3-typescript-bn234b?file=/src/App.tsx. Hopefully this can improve the developer experience.