You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create short flow creating a populated payload with array of objects of length > 3, into the table node where the table node is set to "auto" size
What happens?
3 items are listed in the table, a scrollbar appears when hovering over the table but there was no indication of additional rows without hovering
What do you expect to happen?
I had expected the table to expand to a reasonable number of rows (much greater than 3) before switching to a scrollable table - or maybe a set-able value to define the maximum rows to display before adding the scrollbar and maybe having some indication that there are more rows to view.
Please tell us about your environment:
Node-RED version: 1.2.7
node.js version: 15.7.0
npm version: 7.4.3
Platform/OS: Debian Buster
Browser: Safari or Chrome
The text was updated successfully, but these errors were encountered:
I think scrollbars appear when they can - but sometimes the visibility depends on the device/browser - eg chrome on mac doesn't show them when I'm on this page unless I actually try and scroll.
In general we prefer general discussions and questions via the discourse forum or slack channel rather than here - so the largest audience can help, and we can leave this for actual bugs and issues.
Which node are you reporting an issue on?
node-red-node-ui-table
What are the steps to reproduce?
create short flow creating a populated payload with array of objects of length > 3, into the table node where the table node is set to "auto" size
What happens?
3 items are listed in the table, a scrollbar appears when hovering over the table but there was no indication of additional rows without hovering
What do you expect to happen?
I had expected the table to expand to a reasonable number of rows (much greater than 3) before switching to a scrollable table - or maybe a set-able value to define the maximum rows to display before adding the scrollbar and maybe having some indication that there are more rows to view.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: