Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
5 tasks
agamos opened this issue Feb 2, 2021 · 1 comment
Open
5 tasks

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

agamos opened this issue Feb 2, 2021 · 1 comment

Comments

@agamos
Copy link

agamos commented Feb 2, 2021

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:

  • 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
@dceejay
Copy link
Member

dceejay commented Feb 2, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants