YannickRe / spfx-msgraph-peoplesearch

Show and search users from your organization with an SPFx web part, through Microsoft Graph.
40 stars 33 forks source link

How to modify the view layout as table? #13

Closed hendra-haliman closed 3 years ago

hendra-haliman commented 3 years ago

Hi, I'm not familiar with react and I need your suggestion on how to modify the view layout as table? Here is a sample picture of the picture image

YannickRe commented 3 years ago

You will want to start with adjusting src/services/TemplateService/TemplateService.ts to add your new layout option, and potentially the configuration options it supports. Additionally, you create your actual layout option underneath src/components where the other layout-related code resides.

If you look in those two place you might be able to deduce the necessary changes you need to support your requirements.

Good luck!

YannickRe commented 3 years ago

@hendra-haliman Did this sufficiently help you? Can I close this issue?

YannickRe commented 3 years ago

Closed, because of inactivity.