skip to Main Content

Html – Changing the ripple color of a mat-input

I've been struggling for a while now on how to manually change the ripple color of a <mat-input> element and I can't seem to get it to work in any way. <input matInput type="number" (keydown)="updateManualPage(1)" placeholder="Filter" formControlName="filterParam1"> I've tried everything…

VIEW QUESTION

Javascript – Datasource mat-table is not updating

I have a function that trigger when I sort the table deepens of a column I click but the data is not updating. This is the function and the table code: <table mat-table #table [dataSource]="dataSourceMD" matSort (matSortChange)="getRowMaximoTable($event)" matTableExporter #exporter="matTableExporter" #sortMD="matSort"…

VIEW QUESTION
Back To Top
Search