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
60 stars 20 forks source link

How to add actions buttons for each Row #52

Closed masnoonmulla closed 4 years ago

masnoonmulla commented 4 years ago

I want to add edit and delete button for each row with its data and onClick event fire...

FilippeMafra commented 4 years ago

Hello @masnoonmulla,

If all the rows have the same button look at the link: https://github.com/Imballinst/react-bs-datatable/issues/15

I hope it helped you!

masnoonmulla commented 4 years ago

Hi @FilippeMafra Thanks for your response Its work for me.