Table Editor(tableEditor)
Edit data through a visual table or Markdown syntax, and output the table as a Markdown-formatted string.
table Editor
Description
The Table Editor node (tableEditor) provides a visual way to edit tabular data. You can edit cell values directly in the table UI or use Markdown table syntax, and the node converts the current table into a Markdown-formatted table string. It also outputs the table as an image, which is convenient for previewing or passing the rendered table into image-based workflows. The node belongs to the EasyUse/Util category.
Inputs
table_data
- Type:
EASY_TABLE_EDITOR - Required: Yes
This is the table payload being edited. It carries the current rows, columns, and cell values from the table editor UI. It is the only input exposed by the node and is required for the editor to have data to work with.
Outputs
STRING
The table contents formatted as a Markdown table string. This output can be connected to any node that accepts text or Markdown content.
IMAGE
A visual rendering of the table as an image. This is useful for previewing the table, saving it to an image file, or passing it to other image-processing nodes.
Usage Notes
- Edit data either by manipulating cells in the visual table grid or by entering Markdown table syntax; both approaches update the same table data.
- Use the
STRINGoutput when you need the table as Markdown text, for example in prompts, text displays, or Markdown-supported UI nodes. - Use the
IMAGEoutput when you want a visual representation of the table, such as a preview or a rendered asset. - The node does not write files or modify external spreadsheets; it only provides the edited table as Markdown and as an image.
Comments
Sign in with GitHub to join the discussion.