Web Parts
6 Topics"See all" link on modern List web part nis not navigating to custom list view
Hey all, I am using the List web part on a modern SharePoint page to display a custom view of my original list that displays items based on the current user. i.e. I am filtering by [Me] on this specific view. The List web part displays this data fine, however, when the user clicks the "See All" link to the top left, they are being redirected to the full list of all employee data. Is there some way or alternative method to redirect the user to the filtered view instead? I have thought of building out a web part using SPFx and React to display the filtered view so that users won't have the "See All" link. However, this eliminates the functionality of allowing the user to delete list items that the list web part already offers.... I am open to any alternative means to achieving this. Thank you!Solved2.3KViews0likes3Commentsmultiple lines of text (rich text) list field don't show in list property web partys (Sharepoint)
I'm trying to use the "list property" web part to display the full content of a multi-line text field (sharepoint list), but when the field is set to Rich text, the content just doesn't appear in the web parts. I´m using Modern page1.7KViews0likes0CommentsHow To: Add unique ID to div
I am creating my first simple web part that will modify a div. I want to find the div by giving it a unique ID. As it is possible for a user to put more than one of my web part on a single page, how do I make the div's ID unique to each web part instance? I am creating the web part using the SharePoint Framework using the tutorials found at: https://www.youtube.com/channel/UC_mKdhw-V6CeCM7gTo_Iy7wSolved2.2KViews0likes3CommentsObtaining full HTML of a SPO Site Page programatically
Hi I need to obtain the full HTML of a SPO Site Page programatically. I have a SPFx web part showing latest published site pages. So far I tried with PNPJS (ClientSidePage.fromFile) with Search (CanvasContent1OWSHTML) and with SP REST API (getbytitle('Site Pages')/Items?$select=CanvasContent1) All of them seem to return some HTML which is not the full page. Is there a way to obtain the full page without using iFrame? Greeitings, George1.5KViews0likes0CommentsUtilising Office UI Grid with React based Sharepoint Web Parts
I have been tying to utilise the https://developer.microsoft.com/en-us/fabric#/styles/layout with a React Sharepoint Web Part. It seems these are not fully compatible, as the breakpoints for the grid are browser width scoped and not Sharepoint column layout scoped. The result of this is that the grid can be utilised in a web part if a single column view is used on a page, but not if multiple columns are used. If this is correct, are there any alternatives to dealing with columns and layouts for the web parts that allow for scoping to the page columns rather than the browser width? I have attached two screenshots showing a single column view on mobile, with the grid working correctly, but an incorrect layout on desktop when multiple columns are used.1.4KViews0likes0Comments