Created
September 26, 2017 20:36
-
-
Save f3ath/13278ac4bb8140b0d1840d58cf1797cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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