Hi,
I'm creating my extension that includes adf's datatable component for displaying a list of data. however the data displayed is not scrollable (i've done pagination, still require scrolling) . Referring to the documentation, i tried adding a property called "stickyHeader" but it gives below error in console.
compiler.js:2427 Uncaught Error: Template parse errors:
Can't bind to 'stickyHeader' since it isn't a known property of 'adf-datatable'.
1. If 'adf-datatable' is an Angular component and it has 'stickyHeader' input, then verify that it is part of this module.
2. If 'adf-datatable' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("ata" [data]="data" [actions]="'true'" [actionsPosition]="'right'" [rowMenuCacheEnabled]="'false'"
[ERROR ->][stickyHeader]="'true'" [loading]="loading" (showRowActionsMenu)="onShowRowActionsMenu($event)" (exec"):
is there any other to create scrollable datatable?
Solved! Go to Solution.
Hello,
I had a similar problem with a datatable in a custom component and the scrollbar didn't showed until I set height of the container. In my case 100%.
The sticky header for the data table will be added in 3.1.0 which version are you using?
Hello, have you set height in datatable and its container and "overflow-y: scroll" in datatable?
i'm using adf-2.6.1
No, i have not added any custom css. the scroll bar of datable looks disabled
Hello,
I had a similar problem with a datatable in a custom component and the scrollbar didn't showed until I set height of the container. In my case 100%.
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.