<button onClick={(e) => this.deleteRow(id, e)}>Deletar linha</button> <button onClick={this.deleteRow.bind(this, id)}>Deletar linha</button>