node-red / node-red-ui-nodes

Additional nodes for Node-RED Dashboard
Apache License 2.0
122 stars 83 forks source link

UI table single quote issue (#66) #68

Closed wipfl closed 3 years ago

wipfl commented 3 years ago

Proposed changes

Issue #66 describes that a single-quote character in the description or the table name breaks the table so it is no longer rendered.

The JSON.stringify() call in function HTML has been changed so that

A sample flow has been added to the example folder that tests the behaviour of the table with single and double quotes in table name, column name and description.

Checklist

dceejay commented 3 years ago

Many thanks for this.