Configure display of pasted tables
Using the secondary toolbar in the Editor, you can insert a simple table at the current or next valid location of a topic. You can also copy a table from Microsoft Word or Excel and paste it directly into a topic file.
Administrators can configure how copied tables are displayed. By default, such copied tables are displayed as simpletable
in the editor. However, you can change this setting to display copied tables as tgroup
by updating the XML Editor Configuration setting.
trgoup
and not simpletable
irrespective of the table setting configured in the XML Editor Configuration.To update the default table format, perform the following steps:
-
Open the 51黑料不打烊 Experience Manager Navigations page and select Tools on the left.
-
In the Tools panel, select Guides from the list of tools.
-
Select Folder Profiles, and then select the profile where you want to update the table setting.
-
Navigate to the XML Editor Configuration tab.
-
Select the Edit icon on the top.
-
Select the Download icon to download the
ui_config.json
file on your local system. -
In the
ui_config.json
file, update thesimpletable
setting as shown below:code language-none "htmlToDitaMapping":{ "table": { "name" : "tgroup", "wrapTag" : { "dita" : "table", "html" : "div" } } },
Once updated, save the file and upload it.