Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
createTableRow(rowData) {
return (
= 0}
metaData={{ key: rowData.key }}
onSelect={this.handleRowSelection}
>
{createCellsForRow(rowData.cells)}
);
}