-
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
Column Reorder and Resize support for Scrollable DataTable #238
Comments
Yes, these are not supported yet for scrollable tables but they will be. |
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
I need the resize columns on the treeTable. Is there a release fro primeNG that has this? |
Tracking at 1005. |
is this fix still works in latest? I don't see it is working yet ? |
This is still a bug! |
This is still an issue for me. Any Work around would help. |
This is still not working. You cannot have both scrollable=true with column reorder. Can this issue be reopened please? |
Here: #1005 |
The issue is still not resolved. @ctrl-brk - Could you please tell me if this has been added to Prime-NG. I am using the latest version. But I am still getting this issue |
The issue is closed. Is there a way to make this work? |
I have no idea what's going on with this. I'm waiting myself for almost a year now. |
Create a new ticket please with a sample, I just did for example; |
When a datatable has scrollable="true" as an option set, reorderableColumns="true" and resizableColumns="true" doesn't function.
The text was updated successfully, but these errors were encountered: