03-17-2019 07:41 AM
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?
03-19-2019 06:14 AM
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%.
Explore our Alfresco products with the links below. Use labels to filter content by product module.