Category Archives: SharePoint

How to Create Column Formatting with Custom Hyperlink to another List based on a Lookup Column
In this post I’m going to show you how you can create a hyperlink column in a list that customized with Column Formatting feature and will filter another list items based on a lookup column value. This scenario was a request from my colleague, and I decided to share it with you : To implement…

How to display data from multiple SharePoint lists using PnPjs and DataTables in CEWP
In this article, we will learn how to use PnPjs to get data from multiple SharePoint lists and display the collected data in a jQuery Datatables in SharePoint 2013/2016/2019 or online without a SPFx webpart. You will also learn how to filter data in PnPjs and also group items with count in DataTables. What is…