Relative Content

Tag Archive for angularangular-material

Auto-scroll no longer works after moving scrollbar to inner div

I have an issue with drag-and-drop in Angular using Angular Material. I moved the scrollbar from its original location to an inner div, but now auto-scroll no longer works. I’ve created a StackBlitz example to demonstrate the issue: StackBlitz Example.

Auto-scroll no longer works after moving scrollbar to inner div

I have an issue with drag-and-drop in Angular using Angular Material. I moved the scrollbar from its original location to an inner div, but now auto-scroll no longer works. I’ve created a StackBlitz example to demonstrate the issue: StackBlitz Example.

MatTable – Prevent recreation of columns

I have a filter component inside the header of each column of my mat-table, if filtering is enabled for this column. The component has UI and logic to configure and apply filters of different types (number, text, date, selection).

this.autoPlay causing page to keep loading

I am working on a project and I have added a carousel in it but when I apply this.autoPlay() then the page is rendered on the browser but just keeps loading ,And nothing was visible on the page, but when I removed this.autoPlay() the page was working properly, But I need it very much but it is not working, how do I solve this problem.