ScrollbarV showing one row only
See original GitHub issueI’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:
- Created 5 years ago
- Comments:7
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s easy to become a billionaire. All you need to do is simply: …
This not a bug you have to set the table height by using a css class
.server-scrolling-demo { height: calc(100vh - 110px); }