Forum Discussion
Use SharePoint Framework to build a List Based App
I'm trying to find resources/tutorials on building List-Based Apps that have been described http://www.sharepointnutsandbolts.com/2016/05/the-new-sharepoint-development-model.html from Chris O'Brien Chris O'Brien (not sure which account) and https://www.youtube.com/watch?v=KH8jvg8Xr4U by Sonja Madsen. I would like to have control over the NewForm/DispForm/EditForm pages of Lists using the new SharePoint Framework.
5 Replies
- Check Luis Esteban Valencia blog posts about SharePoint Framework. Specifically this blog post: http://www.luisevalencia.com/2016/10/15/simple-listview-with-datatables-on-sharepoint-framework-webpart/
- Ben WeeksCopper Contributor
Did you find anything more out about this?
- Ryan ShripatCopper Contributor
We've found out from Partner Support Services that List Based Apps are on the roadmap for Q3 2016. It's not been rolled out yet though.
- Those types are not available in the current preview version. Focus on web parts only at the moment. These additional types of SPFx customisation will get released over time.
- Ryan ShripatCopper Contributor
I work with OP. With an App Store Add-In, we don't have the permissions to programmatically add and remove web parts from the DispForm, EditForm and NewForm pages. We previously used JSLink, but it was a very clunky solution. Can we get an idea of the timeframe for the list-based apps of the sort described by Chris? We're very excited to try it out.