UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.

14 lines (13 loc) 601 B
<p> A simple but accessible table. <b><a href="./uibuilder/docs/#/elements/tables" target="_blank">Docs</a></b>. </p><p> Set the input data to an <i>Array of Objects</i>. Each array entry will be a new row. Each property of the first array entry will be used for the column names. </p><p> An Object of Objects can also be used. In that case, the outer object's keys will be used as row names by adding a <code>data-row-name</code> attribute to each row. </p><p> Each column in the table has <code>data-col-index</code> and <code>data-col-name</code> attributes. </p>