Created
September 13, 2017 01:12
-
-
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.
This file contains hidden or 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
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