Support merging of table cells. For example, the ability to merge a header row on a table into 1 cell that does a colspan.
Hi,
Table cells merging and splitting is supported in Kendo UI R3 2019 SP1 - https://demos.telerik.com/kendo-ui/editor/table-editing .
Regards,
Dimitar
Progress Telerik
Hello,
Refer to the following Knowledge Base Article, where two new merge tools are registered for the Editor. This allows to merge the selected cell horizontally/vertically with the next row/column cell.
https://docs.telerik.com/kendo-ui/knowledge-base/editor-merge-table-cells
Cell merge / split is a critical feature for a new client of ours. Without it, we will need to go to another tool or custom code the feature ourselves. Not good.
The example from ImportedUser would meet our needs.
Please let me know if this is coming anytime soon, or if I should make other plans.
Thanks.
Migrating our previous content editor to Kendo's gave us a major leap forward in functionality / capability EXCEPT when it came to tables. We are having to apologize and manage client feedback on this loss of functionality from our previous editor. Not good.
This is an essential feature for Kendo Editor, any plans for implementing it in the near future? Here is another good example https://www.froala.com/wysiwyg-editor/examples/table-styles/
A good example ist https://www.tinymce.com/. It is possible to merge and split cells. It would be very important for us.
Merging, copying rows, selecting rows and columns missing
Agree. Seems current support on table merge and formatting stuff is quite poor. It's not convenient from user experience perspective. Also when you copy table from other locations to rich text editor, format easily gets lost, and you can never change them back in editor. Very annoying!
Currently it seems there is not way to select existing cells in html tables and easily perform cell merge or change the properties (background color, border etc) of a range of selected cells. I'm looking for a similar experience like tinymce gives for modifying tables.