PyWorkflowApp / visual-programming

A Python Visual Programming Workspace for Data Science
MIT License
33 stars 12 forks source link

Adds Tabular view for each node #36

Closed cesaragv closed 4 years ago

cesaragv commented 4 years ago

This PR addresses this feature:

  1. Adds dependency to react-window to display tabular data
  2. Adds a clickable tabular icon to display the data in tabular form
  3. Adds a GraphView to display tabular data
  4. Adds dummy to show how it looks like

Tabular Icon example

Screen Shot 2020-04-02 at 10 59 25 PM

Dummy Tabular data displayed

Screen Shot 2020-04-02 at 10 59 39 PM