Tabs / Datagrid / queries

Copper Contributor

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 and organized into different "tabs".

How can I achieve this goals? Can you drive me to use the best developing tool to customize and build this instruments?

1 Reply

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.