Forum Discussion
James-Brennan
Aug 18, 2017Brass Contributor
Inserting Tables in Modern Pages
Hey, Does anyone know of a way to insert a table into a modern page? The current Text web part only seems to support limited formatting of text (bold, underline, bullet lists etc.). I was hoping...
- Aug 18, 2017The current editor unfortunately doesn't allow adding tables. But you can copy and paste tables from another source, like Word into SharePoint mordern pages. You cannot edit them though, but you can change the text within the cells.
Franck Cornu
Oct 24, 2017Brass Contributor
Hi James-Brennan,
I recently submitted a SPFX sample showing how to use the Textbox.io third party editor instead of the SharePoint default one. This editor allows you to create dynamic tables plus different very cool features like Word copy/paste, images, videos, etc.
You can get the solution here:
https://github.com/FranckyC/sp-dev-fx-webparts/tree/react-textboxio/samples/react-textboxio
Also, I've made the same integration, but with collapsible sections:
https://github.com/FranckyC/sp-dev-fx-webparts/tree/react-collapsible-textboxio/samples/react-collapsible-textboxio
For information, the two samples are currently submitted as PR in the official PnP SPFx webparts repository.
Hope this help.