Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created September 25, 2018 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/fb64487b51242f6bfc380280b0b6d560 to your computer and use it in GitHub Desktop.
Save fitomad/fb64487b51242f6bfc380280b0b6d560 to your computer and use it in GitHub Desktop.
//
// Podemos coger los 2 primeros registros de la tabla...
//
let prefixDataset = appsDataset.prefix(2)
//
// ... o los 2 últimos registros.
//
let suffixDataset = appsDataset.suffix(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment