Top "Mat-table" questions

Angular Material - mat-table

Reorder mat-table rows with angular material's drag-and-drop

Angular 7 brought the powerful DragDropModule with it: https://material.angular.io/cdk/drag-drop/examples The documentation deals with rearranging items …

angular drag-and-drop angular-material mat-table
How colSpan and row Span added to material table Header Angular 7?

I'm trying to add rowSpan and colSpan in Angular material Table header. Can anyone help me to achieve it. Below …

angular-material angular-material2 angular7 tableheader mat-table
Select only one row in mat-table and if select other one then unselect first one

I want to implement table with only one row selection. Now i have multiple selection. I tried coupe ways to …

css typescript angular-material angular5 mat-table
How to sort MatTableDataSource programmatically?

I'm trying to sort the MatTableDataSource programmatically so that I can sort the data via the use of a button …

angular sorting angular-material mat-table
Inline text editing with Mat-table:

Does anyone have a good solution to adding inline text editing to a column where you can edit and save …

angular inline mat-table
The correct method of updating a MatTableDataSource in angular 2 version 6

I have a listing that uses the mat-table component which is fed by the MatTableDataSource. in the component.html <…

angular angular-material-6 mat-table
mat-table - How to update the column width

I have three columns in mat-table. The first column is Number, the third column is date and the second column …

angular-material mat-table
How to show a empty message in dynamic data table angular

I try to show an empty message error when the filter doesn't have matches with: <div *ngIf="dataSource.length === 0"&…

html angular typescript angular-material mat-table
Implementing if else condition inside a mat-cell of a mat-table - Angular 5

I am trying to implement an if else condition inside a mat-cell of a mat-table in my angular application. But …

angularjs typescript angular5 mat-table
use ngif to hide a row in mat-table

I am trying to hide a row after I click on a button in the mat-table. I don't know where …

angular mat-table