Skip to content

Instantly share code, notes, and snippets.

@jsdbroughton
Last active February 16, 2020 20:43
Show Gist options
  • Save jsdbroughton/19bc8aae06950b585e96b0aaba5ffea6 to your computer and use it in GitHub Desktop.
Save jsdbroughton/19bc8aae06950b585e96b0aaba5ffea6 to your computer and use it in GitHub Desktop.
Non-recursive tree pivot by an arbitrary hierarchy
[
{id:1, data: {uniqueId:16, building:`A`, floor:`00`, zone:`Retail`}},
{id:2, data: {uniqueId:32, building:`A`, floor:`01`, zone:`Commercial`}},
{id:3, data: {uniqueId:64, building:`A`, floor:`02`, zone:`Commercial`}},
{id:4, data: {uniqueId:128, building:`A`, floor:`02`, zone:`Commercial`}},
{id:5, data: {uniqueId:256, building:`B`, floor:`03`, zone:`Residential`}}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment