Skip to content

Instantly share code, notes, and snippets.

@gpDA
Created September 11, 2019 15:50
Show Gist options
  • Save gpDA/73535501bb47e003c8f9c00c5146bcf3 to your computer and use it in GitHub Desktop.
Save gpDA/73535501bb47e003c8f9c00c5146bcf3 to your computer and use it in GitHub Desktop.
onSortClick = (sortType) => {
const {BaseActions} = this.props
BaseActions.sortType({sortType, reportType: 'uniqueReportType', level: 'studentData'})
}
...
render(){
const {onSortClick} = this
return(
<TableUI
onSortClick = {onSortClick}
/>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment