When to use return as Row Separator and tab as Column Separator ?
These are the default values for the CUSTOM Mode.
One scenario where you will be using these default values is when you are copying content from an Excel sheet.
Toggle this button to change the tables arrangement from STACK to SIDE BY SIDE.
Toggle on this button to change the layout of the website. This is useful when you are dealing with tables with more columns.
Toggle this button to switch between default and custom styles. This is useful for developers to edit the default style and add custom css classes.
These are the default values for the CUSTOM Mode.
One scenario where you will be using these default values is when you are copying content from an Excel sheet.
Sometimes both rows and columns are separated by return / line break.
This format is useful on manually entering the content using keyboard.
Sometimes columns are separated by return / line break and rows are separated by an empty return (empty line / line break).
In some cases columns are separated by tab space and rows are separated by empty return (empty line / line break).
You can clear the values in Row Separator and Column Separator and enter your custom values.
Let's say the columns are separated by colon (:) and rows are separated by comma (,).
You can toggle the mode from CUSTOM to HTML TABLE.
In this mode you can copy paste HTML content and do your custom styling and content updates.
You can copy multiple <table> tags if you want.