I want to transform a classic site into a modern experience and I have the following customization, done on a classic list form.
The page contains two Webparts:
XsltListViewWebPart
to display the list of itemsContentEditorWebPart
to fetch some summary data
Problem :
The SPFx extension used to replace the default rendering of the list works only on the allitems.aspx
page (it is not working on my custom page which contains ListWebpart
)
I need to know how to be able to make SPFx extension working on that ListWebpart
.
Or if it is possible to add a client side webpart inside my allitems.apx
page.