react-atlas
react-atlas copied to clipboard
<Table>'s insertRow prop not working properly in RATS
-
Our
<Table>component is not working properly when aninsertRowprop 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.

only in rats?
@Magneticmagnum never used the prop in other places, but I guess not just RATS