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
Our <Table> component is not working properly when an insertRow prop is passed in. According to react-boostrap-table insertRow prop it should open up a new modal that allows customization.
By simply change our <TableHeader> component and <Table> to react-bootstrap-table's <TableHeaderColumn> and <BootstrapTable> will fix the problem
It is apparently not a issue of the version we are using the library since we are using the latest one.
The text was updated successfully, but these errors were encountered:
Our
<Table>
component is not working properly when aninsertRow
prop is passed in. According to react-boostrap-table insertRow prop it should open up a new modal that allows customization.By simply change our
<TableHeader>
component and<Table>
to react-bootstrap-table's<TableHeaderColumn>
and<BootstrapTable>
will fix the problemIt is apparently not a issue of the version we are using the library since we are using the latest one.
The text was updated successfully, but these errors were encountered: