Questions tagged [angular-material-table]

An Angular component that provides the Material Design styled data-table. For displaying tabulated data. Also, include [angular] and [angular-material] tags when posting the question.

The Material Data Table component is a generic component for displaying tabulated data.

Useful Links:

https://blog.angular-university.io/angular-material-data-table/

https://material.angular.io/cdk/table/overview

https://material.angular.io/cdk/table/api

528 questions
-1
votes
1 answer

Angular Material Table row update with popup only 1st array values are coming in all edit rows

created app with two components(A&B) with popup dialog on edit: Comp A Fetch the data from service and load to the data table Comb B initiates the data when pop event fired from A. typically multiple records are load with array response into the…
-2
votes
1 answer

Angular Material Table, on screen resize hide column dynamically and add to detail row

I need to replicate Datatable Jquery behavior to Angular Material Table, when screen is zoomed out the exceeded column need to be hidden and go to detail row like this. Datatable jquery Thanks Tried to use Viewport without success
-2
votes
1 answer

How do I sort a material table with favorites on top?

I wanted to sort a mat-table (or MatTable for the search engine) in Angular with the "favorite" items on top. I want the favorite items to always be the first items of the table no matter what sorting is currently set. I looked up the internet but…
Janos Vinceller
  • 1,208
  • 11
  • 25
1 2 3
35
36