Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Last active March 3, 2019 20:42
Show Gist options
  • Save agoiabel/7740442a7ace1e245cfc04e874d4b585 to your computer and use it in GitHub Desktop.
Save agoiabel/7740442a7ace1e245cfc04e874d4b585 to your computer and use it in GitHub Desktop.
const pageNumbers = [];
for (let i = 1; i <= Math.ceil(this.state.meta.total / this.state.meta.per_page); i++) {
pageNumbers.push(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment