question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ScrollbarV showing one row only

See original GitHub issue

I’m submitting a … (check one with “x”)

[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter

Current behavior

If [scrollbarV] = "true", table is scrolling but showing only one row at a time.

Expected behavior

it should show the number of rows set in [limit]="6"

Reproduction of the problem

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

ubuntu 16.04 sublime text

  • Table version:

14.0.0

  • Angular version:

angular 6 npm 8

  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
  • Language: [all | TypeScript X.X | ES6/7 | ES5]

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7

github_iconTop GitHub Comments

14reactions
evxncommented, Jan 31, 2019

This is all about style height, try to set to a value in your ngx-datatable defined class or simply: …

It’s easy to become a billionaire. All you need to do is simply: …

2reactions
ramzitannouscommented, Nov 14, 2018

This not a bug you have to set the table height by using a css class .server-scrolling-demo { height: calc(100vh - 110px); }

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I make the scrollbar on a div only visible when ...
The scrollbars are always visible, even though the text does not overflow. I want to make the scrollbars only be visible when necessary...
Read more >
Scroll bar in a Gallery with 1 record - Power Platform Community
Solved: Hello, We have a form to edit our data, which has 50 fields, and within the form there is a scroll bar...
Read more >
Table row sometimes covered up by scrollbars - Vaadin
The only "solution" I've found is to always set the Table.setPageLength to be 1 bigger than my container size so that the scrollbars,...
Read more >
How to Use Scroll Panes - Oracle Help Center
A JScrollPane provides a scrollable view of a component. When screen real estate is limited, use a scroll pane to display a component...
Read more >
Scrolling Scenarios - JavaScript Data Grid
Here we show examples of some unusual use cases of scrolling and the grid. ... There are 15 rows and pagination page size...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found