New Props

PropTypeDescription
editable.onBulkEditOpen(isOpen: boolean) => voidA callback to react to the bulk edit toggle
options.showDetailPanelIconbooleanThe option to hide the detail panel icon
renderSummaryRow({columns, column, index, data, currentData }) => { value, style }Renders a summary row. The callback will be called for every column to show multiple summaries at the bottom of the table
actions.handlers(event, rowData) => voidA Adds all possible div handlers like onMouseEnter with the current row
onRowDoubleClick(event, rowData) => voidThe double click event on a row