node-red-contrib-data-table-viewer 0.0.7

Node-red node show data on flow screen in a tabular fasion

npm install node-red-contrib-data-table-viewer

View Tabular Data on Flow Screen

A table viewer node which can preview the data in a tabular fasion.

table viewer

This project is inspired by following two projects.

data-view

image-output

Input

An arry of arrays, for exampe:

let data = [
    ["id","Stock","Price"],
    [0, "TSLA", 222.22],
    [0, "AAPL", 144.44]];

or array of objects, such as returned from database directly.

let data = [
    {"id": 0,"Stock":"TSLA","Price":222.22},
    {"id": 2,"Stock":"AAPL","Price":144.44}];

On flow editor, user can taggle the active button. If active is on, it will show a table under the node.

User can adjust the width and height of the table size. And also can scroll up-down or left-right if the table size is larger than the area.

table viewer resize

Node Info

Version: 0.0.7
Updated 2 years, 6 months ago
License: MIT License
Rating: 5.0 2

Categories

Actions

Rate:

Downloads

6 in the last week

Nodes

  • table-viewer

Keywords

  • node-red
  • node-red-contrib
  • table viewer
  • flow editor

Maintainers