node-red / node-red-ui-nodes

Additional nodes for Node-RED Dashboard
Apache License 2.0
117 stars 81 forks source link

ui-table only showing 3 rows before switching to scrolled view #55

Open agamos opened 3 years ago

agamos commented 3 years ago

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:

dceejay commented 3 years ago

the size can be set in the widget .

image 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.