Closed
Description
Bug Description
When converting data to HTML, the row attributes option is ignored. Looks like Html.node.ts
defines the variable as rowAttributes
(singular) but it's referenced as rowsAttributes
in plural form.
n8n/packages/nodes-base/nodes/Html/Html.node.ts
Lines 356 to 361 in ce3eb12
n8n/packages/nodes-base/nodes/Html/Html.node.ts
Lines 429 to 435 in ce3eb12
And as a side request, would it be possible to also add headerCellAttributes
and headerRowAttributes
as well?
To Reproduce
- Add sample JSON data.
- Use HTML node to convert to html table.
- Enable custom styling and add row attributes.
- Output does not include the row styling.
Expected behavior
HTML node to add "row attributes" to the output data.
Operating System
Debian Bookworm
n8n Version
1.39.1
Node.js Version
18.19.1
Database
SQLite (default)
Execution mode
main (default)