You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, would it be possible to support multiple tabs in react-bootstrap-table2? I would like to display different json data to different table tabs.
I.e. Accounting tab, Marketing tab, Finance tab
Backend
JsonData
String accountingJson <- to be displayed in the 1st table tab
String markettingJson <- to be displayed in the 2nd table tab
String financeJson <- to be displayed in the 3rd table tab