swimlane / ngx-datatable

✨ A feature-rich yet lightweight data-table crafted for Angular
http://swimlane.github.io/ngx-datatable/
MIT License
4.63k stars 1.68k forks source link

Scaling fullscreen table leads to empty space at the end of the table #1234

Open MaxWeinhart opened 6 years ago

MaxWeinhart commented 6 years ago

I'm submitting a ...

[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter

Current behavior I am using the ngx-datatable fullscreen. There is no empty space at the end of the table. After resizing the browser window the table shows more empty space at the end of the table and the cell displayed is not scaled to the end of the table.

This behaviour can also be seen on the demo page. See animated gif attached.

ngx_datatable_fullscreen_column_scaling_error

Maybe the scaling of the scroller div is the problem.

Expected behavior The white space at the end of the table should not appear and the table should scale appropriately.

Reproduction of the problem See ngx-datatable demo page: https://swimlane.github.io/ngx-datatable/#full-screen

What is the motivation / use case for changing the behavior? Inconsistent scaling has to be fixed.

Please tell us about your environment: Windows 10

bluecaret commented 6 years ago

+1

javafrog commented 6 years ago

+1

BenevidesLecontes commented 6 years ago

I'm having this issue as well. See https://giphy.com/gifs/ngx-datatable-3oFzm8eUZob3arN6Io/fullscreen Angular version: 5.2.1 Table version: 11.1.7

danie7k commented 6 years ago

+1

darkwitch commented 6 years ago

+1

chenjustin commented 6 years ago

+1 Also having this issue on 11.3.2

brimonk commented 6 years ago

+1

Amritpd commented 6 years ago

+1 This issue went away once I removed [scrollbarV]="true" . So I believe the bug is related to the vertical scroll bar and how it is implemented!

HackPoint commented 5 years ago

@MaxWeinhart have you solved it? Or you have changed the grid?

SanaeHanaoui commented 4 years ago

having the same issue any news

bhushangahire commented 4 years ago

Any update on this issue?