I have created a SharePoint list column using following PNP JS command as below,
return pnp.sp.web.lists.getByTitle(this.assessmentHistoryListName).fields.addMultilineText("Favorite", 6, true, false, false, true, { Group: "Custom Columns", Hidden: false });
I have added custom property {Group: "Custom Column", Hidden: false}
Still I can't see column in my SharePoint
default list view.
Please refer this screenshot. [1]: https://i.stack.imgur.com/WWo4W.png