I have a data-column which scroll both x and y direction. Problem here is, it scrolls along with the header. I want to Data-column header to be fixed for scrolling in x direction(Vertical).
Is there any way to do this?
There is a property called 'stickyHeader' in the properties of DataTable component. Can this be achieved using this property?
[stickyHeader]="true" This seems to be not working for me. Browser doesn't load my application.
You should apply the "stickyHeader" property to the DataTable or DocumentList component. I belive it was added in ADF 3.4.0. See example here.
If you still experience issues, please specify the version of ADF you are using and what kind of errors you see in the console log, and how to reproduce the issue.
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.