Skip to content

Instantly share code, notes, and snippets.

@f3ath
Created September 26, 2017 20:36
Show Gist options
  • Save f3ath/13278ac4bb8140b0d1840d58cf1797cd to your computer and use it in GitHub Desktop.
Save f3ath/13278ac4bb8140b0d1840d58cf1797cd to your computer and use it in GitHub Desktop.
connect() {
return paginaton
.combineLatest(sorting)
.do(table.showSpinner)
map(tableState => AJAX.getPageFromDataSource(...tableState))
.do(table.hideSpinner);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment