Skip to main content

All Questions

0 votes
1 answer
702 views

React-bootstrap table not refreshed after axios call

I have a table that workig perfectly on page load, that page also include a modal component to update a line of the table, I'm using a custom hook to makes API calls and it works well. The problem is ...
ben871's user avatar
  • 3
0 votes
1 answer
2k views

Disable dynamically Button on react bootstrap table cell

I've emitting a button in a column of a react bootstrap table2, which should be dynamically enabled/disabled programmatically: { dataField: 'dummy' text: '', formatter: (cellContent, row) => { ...
boiler's user avatar
  • 179