k Thank you RaviChandran , Can you please let me know Pros and Cons of Pnp Charts in Sharepoint?
Actually requirement is we have one sharepoint list which consists of more than 80,000 items and we have items like from 2017 , i want to show year wise count files , how can i achive that one?
and can we do filteration and redirection in Pnp charts?
HI Ravi, great to see all your solutions for every problem.
Can we over ride and redirect utl from new subsite creation(which will redirect to _layouts/15/newsbweb.aspx) to any hard coded sharepoint url(sites/sitecollectionname/) ?
Goal is : I want to override New subsite creation button(which will be avilable in site content page) url to my custom site provisioning creation page to avoid creation of all default templates.
Can you please suggest me give me solution for this using SPFX?
@ auto bind where to keep in .tsx file or . ts file?
LikeLike
In the tsx file
https://github.com/ravichandran-blog/SPFx/blob/master/spfx-pnp-chart/src/webparts/spfxPnpChart/components/SpfxPnpChart.tsx#L6
LikeLike
sp.setup({ also giving error like SP not able to find, Please let us know i am new to this
LikeLike
Make sure you imported the sp
https://github.com/ravichandran-blog/SPFx/blob/master/spfx-pnp-chart/src/webparts/spfxPnpChart/components/SpfxPnpChart.tsx#L4
LikeLike
Hi Ravichandran,
Can i download that SPFX pnp Chart folder , i am not getting any option?
LikeLike
Hi Mani,
Check this link for download, click green color code button to find that option
https://github.com/ravichandran-blog/SPFx
LikeLike
Yes Ravichandran, Its downloading all the solutions but i want only the SPFX pnp Chart solution
LikeLike
Sorry!, There is no option to download specific folder in the GitHub.
LikeLike
k Thank you RaviChandran , Can you please let me know Pros and Cons of Pnp Charts in Sharepoint?
Actually requirement is we have one sharepoint list which consists of more than 80,000 items and we have items like from 2017 , i want to show year wise count files , how can i achive that one?
and can we do filteration and redirection in Pnp charts?
LikeLiked by 1 person
This is the official documentation, refer this link for more detail about this control
https://pnp.github.io/sp-dev-fx-controls-react/controls/ChartControl/
LikeLike
HI Ravi, great to see all your solutions for every problem.
Can we over ride and redirect utl from new subsite creation(which will redirect to _layouts/15/newsbweb.aspx) to any hard coded sharepoint url(sites/sitecollectionname/) ?
Goal is : I want to override New subsite creation button(which will be avilable in site content page) url to my custom site provisioning creation page to avoid creation of all default templates.
Can you please suggest me give me solution for this using SPFX?
LikeLike
Hi Raghu,
Make one SPFx site extension, in that check one condition, if location.href is contains ‘_layouts/15/newsbweb.aspx’ then redirect url where you want.
LikeLike