AllenFang/react-bootstrap-table

can not support customize button

Opened this issue · 4 comments

I want to add a customize button ,but it can not support now. and I can't modify the props of button, eg: display name.

@magj2006, did you want to add a button in column?

No, I want to add a button in toolbar.
Thanks your answer.

Sorry, there are no way to do this. the workaround is add some button on the top of table or try to find the class name of toolbar div and append button to it

@AllenFang I need add custom button. Is this functionality available now?
I think it's related to this PR: #528