Skip to content

Instantly share code, notes, and snippets.

@gracefullight
Last active December 22, 2016 04:04
Show Gist options
  • Select an option

  • Save gracefullight/5fb8c604d7515376dd73812e490f1ebc to your computer and use it in GitHub Desktop.

Select an option

Save gracefullight/5fb8c604d7515376dd73812e490f1ebc to your computer and use it in GitHub Desktop.
var totalCount;
var currentPageNum;
var shownRowNum;
for(var i=0, len=data.length; i<len; i++){
var index = (Number(totalCount)-(i+(currentPageNum-1)*shownRowNum))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment