Hi All,
One of my client has requirement to pull few items from SharePoint list ans show it on home page. It will have some look and feel customization.
I cannot use content search webpart because the data cannot be stale.
I cannot use List viewer webpart because it cannot be exported to other subsites or site collections.
I have 3 options here (without server side object model) :
a) Use XML viewer webpart and include XML (html) + js file and use JSOM to render the content. This can be exported to any subsite.
b) Use SharePoint hosted app + JSOM
c) Use Provider hosted app + CSOM
which one do you guys think better in performance wise ? Also I think XML viewer webpart fits into the page without much fuss, because it doesn't load through iframe.
Please advise. Thanks in advance.
MVS RAVI KUMAR