adrianmak Posted November 17, 2016 Share Posted November 17, 2016 Table like I found that the table editing in most of wysiwyg editor is hard to use for an ordinary user without knowing any html knowledge, I always ask for help why the table mess up, cells or cols are not arranged properly. Are there any module that assist user to put a table in a content ? With the pageTableExtended module (a template for table content), developer could able to control the output html and generated a more neat table look and feel. Link to comment Share on other sites More sharing options...
szabesz Posted November 17, 2016 Share Posted November 17, 2016 How about an online tool like this one which can also accept pasted content, so your clients can also edit the table later on: http://htmltablegenerator.com/ Not a perfect solution, but at least it can help a lot. 2 Link to comment Share on other sites More sharing options...
AndZyk Posted November 17, 2016 Share Posted November 17, 2016 Have you tried the table-option inside CKEditor? I find it really good for simple tables like yours. Just insert a table and anything you need to adjust after inserting can be achieved trough right clicking inside the table (insert, connect etc.). No need for HTML knowledge. For more complex tables there is of course ProFields Table, but for your needs it should be enough. Regards, Andreas 3 Link to comment Share on other sites More sharing options...
tpr Posted November 17, 2016 Share Posted November 17, 2016 Table Cells Selection is a great addon to CKEditor tables: http://ckeditor.com/addon/ckeditortablecellsselection https://github.com/likemusic/CKEditorTableCellsSelection Make sure to download latest from GitHub, there's a Js error fix in it. 4 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now