react-bootstrap-table2 icon indicating copy to clipboard operation
react-bootstrap-table2 copied to clipboard

using bootstrap table overlay feature disables onClick event from array of rowEvents

Open Abenezer01 opened this issue 3 years ago • 0 comments

<BootstrapTable keyField={"id"} classes={"table align-middle table-nowrap"} headerWrapperClasses={"thead-light"} noDataIndication={() => (

No data available
)} loading={users.loading ? true : false} overlay={overlayFactory({ spinner: false, styles: { overlay: base => ({ ...base, background: "rgba(192,192,192,0.5)", }), }, })} rowEvents={rowEvents} />

Abenezer01 avatar Feb 08 '22 05:02 Abenezer01