plotly / react-pivottable

React-based drag'n'drop pivot table with Plotly.js charts
https://react-pivottable.js.org/
MIT License
1k stars 259 forks source link

Discuss: Move `pvtUnused` list to separated component, detached from main table #80

Open rturk opened 5 years ago

rturk commented 5 years ago

Currently the list of unused componentes is rendered as part of the main table, as if was some sort of a row. This component is named pvtUnused

Overall this is unnecessary and somewhat confusing for users, since the list is placed as row, users often assume that unused variables can only be used in rows when in fact they are valid for both rows and columns. Current setup is also not very friendly in smaller devices.

My recommendation is to move the list of unused componentes to a separated list in the top of the table