Forum Discussion
fta004
Nov 28, 2017Copper Contributor
Tabs / Datagrid / queries
Hi to all,
I'm quite new into this environment and in my site collection I need to build some kind of new extended "datagrids" based on some "join query" realated to some custom SharePoint table an...
Russell Gove
Nov 28, 2017Iron Contributor
You could create a webpart that uses the Fabric Details list to draw the grid and a fabric Pivot for the tabs.
Not sure about what joins you need but would suggest you get all the info you need in one batch using sp-pnp-js then 'join' them together using lodash functions.