Ravi i am struggling with the grid design can help me with render method for four columns of the grid : Product name , description , Price , Price code
Thanks Ravi for all the good articles i have just started working on SharePoint online just trying change by code from jquery to pnpjs to fetch sharepoint list data
if you have some thing on checking duplicate document in document library using pnpjs would be great or direct me to a link where in can learn
Thank you for share with us. ITβs so useful
LikeLiked by 1 person
Awesome post.Utilized the concept in my project
LikeLiked by 1 person
thumbusp!!!!!!!!
LikeLiked by 1 person
Ravi i am struggling with the grid design can help me with render method for four columns of the grid : Product name , description , Price , Price code
with aligned grid ???
LikeLike
Check these links, below both samples are fit for your requirement
LikeLike
Thanks Ravi for all the good articles i have just started working on SharePoint online just trying change by code from jquery to pnpjs to fetch sharepoint list data
if you have some thing on checking duplicate document in document library using pnpjs would be great or direct me to a link where in can learn
Thanks a lot
LikeLike
Hi Alex,
You can take all the items as as array then you can easily check the duplicates
LikeLike
Property ‘spcontext’ does not exist on type ‘Readonly & Readonly’
LikeLike
You have to assign through props, can you please refer this project
https://github.com/ravichandran-blog/SPFx/blob/master/Simple_List_Operations/src/webparts/simpleListOperations/components/ISimpleListOperationsProps.ts
LikeLike
i got those errors please help :
Property ‘addText’ does not exist on type ‘Readonly’.
[20:04:02] Error – ‘tsc’ sub task errored after 12 s
Property ‘addText’ does not exist on type ‘Readonly’.
[20:04:02] Error – ‘tsc’ sub task errored after 12 s
Property ‘spcontext’ does not exist on type ‘Readonly & Readonly’
Property ‘updateText’ does not exist on type ‘Readonly’.
LikeLike
Can you compare your code to this project
https://github.com/ravichandran-blog/SPFx/tree/master/Simple_List_Operations
LikeLike