-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
dataTable when scrollable and scrollheight is set - style issue #465
Comments
any update on this? |
sortable, columnResizeMode, scrollHeight, scrollWidth and column toggler. Fixes issues with scrollable: -DataTable with scroll and few data causes headers and table cells to misalign primefaces#917 -dataTable when scrollable and scrollheight is set - style issue primefaces#465 -Column Reorder and Resize support for Scrollable DataTable primefaces#238 -Maybe: DataTable with explicit widths causes headers and table cells to misalign primefaces#487 -Maybe: Datatable scrollable="true" breaks column template header primefaces#859
sortable, columnResizeMode, scrollHeight, scrollWidth, header,footer, filter, paginator, selectionMode, expandableRows with inner table and column toggler. Fixed footer width and partially pagination width when scrollWidth is used Fixes issues with scrollable: -DataTable with scroll and few data causes headers and table cells to misalign primefaces#917 -dataTable when scrollable and scrollheight is set - style issue primefaces#465 -Column Reorder and Resize support for Scrollable DataTable primefaces#238 -Maybe: DataTable with explicit widths causes headers and table cells to misalign primefaces#487 -Maybe: Datatable scrollable="true" breaks column template header primefaces#859
sortable, columnResizeMode, scrollHeight, scrollWidth, header,footer, filter, paginator, selectionMode, expandableRows with inner table and column toggler. Fixed footer width and partially pagination width when scrollWidth is used Fixes issues with scrollable: -DataTable with scroll and few data causes headers and table cells to misalign primefaces#917 -dataTable when scrollable and scrollheight is set - style issue primefaces#465 -Column Reorder and Resize support for Scrollable DataTable primefaces#238 -Maybe: DataTable with explicit widths causes headers and table cells to misalign primefaces#487 -Maybe: Datatable scrollable="true" breaks column template header primefaces#859
sortable, columnResizeMode, scrollHeight, scrollWidth, header,footer, filter, paginator, selectionMode, expandableRows with inner table and column toggler. Fixed footer width and partially pagination width when scrollWidth is used Fixes issues with scrollable: -DataTable with scroll and few data causes headers and table cells to misalign primefaces#917 -dataTable when scrollable and scrollheight is set - style issue primefaces#465 -Column Reorder and Resize support for Scrollable DataTable primefaces#238 -Maybe: DataTable with explicit widths causes headers and table cells to misalign primefaces#487 -Maybe: Datatable scrollable="true" breaks column template header primefaces#859
Same here. If I set a percentage value into the scrollHeight it sets the max-height of the body to 0px |
The error happens Here: https://github.com/primefaces/primeng/blob/master/components/datatable/datatable.ts#L1620. My Setup: I have the table inside a tab-panel. The first tab has a selection which changes the list shown in the table, the second has the table. After I change tabs, select and come back to the table this line will set 0px and never be called again. |
Unable to replicate with newer versions, please try with 2.0.2. |
This issue still affects me - both on 2.0.2 and 2.0.3 |
Can you provide a plunkr please? |
Yup, I'm working on it right now. |
Thanks, we'll do 4.0.RC1 on wednesday, I can ask my colleague to check this until then. |
There is everything fine with with scrollWidth. The scrollHeight is the one, that seems to have problems: |
Was there ever a fix for this? I'm still finding the issue in the latest npm package. |
[NNTR-449]Create software issue detail page
a dataTable style is broken when scrollable and scrollHeight attribute is set.
The text was updated successfully, but these errors were encountered: