reymesson1 / septimoejercicio

1 stars 0 forks source link

Order by Status #82

Open reymesson1 opened 5 years ago

reymesson1 commented 5 years ago

orderByStatus(){
this.setState({ masterAPI : this.state.masterAPI.filter( (master) => master.status.toLowerCase().indexOf('quoted') !== -1 ) })
}

reymesson1 commented 5 years ago

MenuItem onClick={this.orderByStatus.bind(this)} Order by Status MenuItem