All Questions
2 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 ...
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) => {
...