Skip to content

Instantly share code, notes, and snippets.

@kissmygritts
Created September 13, 2017 01:12
Show Gist options
  • Save kissmygritts/bd7a00b981a6626c4225fb8e08ca7fba to your computer and use it in GitHub Desktop.
Save kissmygritts/bd7a00b981a6626c4225fb8e08ca7fba to your computer and use it in GitHub Desktop.
cool little function that I accidentally stumbled on to return an array of ColumnSets columns names. Completely useless, the nested maps might be useless too.
columns = ctx.map(m => m.cs().columns.map(c => c.name))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment