AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

Validators effect on table state #2083

Open omeraha opened 5 years ago

omeraha commented 5 years ago

Hello,

I have a bootstrap table to which I added custom validators, and a button I'd like to disable if any of the validators failed. Cannot find a way to do this. Any ideas?

Thanks!