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 column button ? #34

Closed ghost closed 5 years ago

ghost commented 5 years ago

How to add column button ?

imballinst commented 5 years ago

Could you give a bit more clarification?

  1. Use button in a column, or
  2. Implement "Add button" in a certain part of the table, or
  3. Else?

Thanks!

ghost commented 5 years ago

I need add a column button and how to trigger this button too

Em seg, 17 de jun de 2019 22:55, Try Ajitiono notifications@github.com escreveu:

Could you give a bit more clarification?

  1. Use button in a column,
  2. Implement "Add button" in a certain part of the table
  3. Else?

Thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Imballinst/react-bs-datatable/issues/34?email_source=notifications&email_token=ABOSPCBXGLQYFM2TGMRA2VLP3A6ADA5CNFSM4HY3P4O2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODX452TQ#issuecomment-502914382, or mute the thread https://github.com/notifications/unsubscribe-auth/ABOSPCHCBVIJBM425O7OS7TP3A6ADANCNFSM4HY3P4OQ .

imballinst commented 5 years ago

Hey, sorry for the late reply.

Just in case you're still working on it: https://codesandbox.io/s/128-issue-34-u9wvg. See line 154-174, when you click on a button on the most-right, it will trigger an alert.