Closed phawrylak closed 6 years ago
Nice one. I think this RenderListDataAsStream method will become my favorit method zo use when building custom grids.
Thanks! Will get this merged in time for the next release.
Do you know what RenderOptions: 5639 is? This values is used when by Sharepoint when you switch the view of a sharepoint list.
@masterl1983, yes, that's just:
RenderOptions: RenderListDataOptions.ContextInfo | RenderListDataOptions.ListData | RenderListDataOptions.ListSchema | RenderListDataOptions.Visualization | RenderListDataOptions.ViewMetadata | RenderListDataOptions.EnableMediaTAUrls
I have used that to get OneDrive thumbnails URLs used in modern tile view for my custom search display templates and web parts. I can share some example if you want (I will probably do it anyway as some PR to SPFx Search Web Part with Refiners sample).
Examples are always welcome :-)
Thanks!
What's in this Pull Request?
Added missing options to RenderListDataParameters and RenderListDataOptions used in RenderListDataAsStream method.