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.
Arrow doesn’t change direction on first click
I am using Angular Material UI’s HTTP table to render content from the DB and I am experiencing this weird bug.
Mat-Expansion Panel stay closed on drag
I’m working with a mat-expansion-panel that makes up the main body of a cdk popup. The popup can be dragged around the screen.
How do I alter the hover, text and background colours of some CDK angular material components like mat-menu-item and mat-select?
How do I get it to use my theme’s primary
and accent
colours for example?
How to create an MatPaginator that shows “page 1 of many” when it takes too long to determine how many pages there are
My server code takes a long time to determine exactly how many items are returned so instead of processing the count fully, if after a few seconds it does not finish then it cancels. I then return a count of -1 for the count.
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).
Angular 18.2.2 @If(){} and Angular material problem
Hi i have a angular material table
View is not updating when I modify the books variable inside the subscribe block of Material Angular dialogRef.afterClosed().subscribe()
In the books.component.ts
file
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.