You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<perfect-scrollbar [config]="config" [scrollIndicators]="true" (psScrollY)="onPerfectScrollbarScroll($event)">
</perfect-scrollbar>
scrollEvent: any
onPerfectScrollbarScroll(event: any) {
// Handle the PerfectScrollbar scroll event here
// You can access the event properties like scrollTop, scrollHeight, etc.
console.log('PerfectScrollbar Scroll Event:', event)
this.scrollEvent = event
}
It only says in documentation
Above functions can be accessed through the directive reference (available as directiveRef in the component).
But there is no example annywhere when you init like this
<perfect-scrollbar [scrollIndicators]="true" >
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a
The text was updated successfully, but these errors were encountered: