Top "Angular-cdk" questions

Use this tag for questions concerning your own components using the Angular CDK (Component DevKit) or Angular Material components that depend on the Angular CDK's APIs, like the MatTable.

custom filter in mat-table

I'm using mat-table. It has a filter which works fine with doc example: From https://material.angular.io/components/table/…

angular angular-material angular-material2 angular-cdk
Angular Material 2 Table Mat Row Click event also called with button click in Mat Cell

I am new to material 2 and I have implemented mat table and in which I have click event on row …

angular angular-material2 angular-cdk xmltable onrowclick
Angular Material Table Error: Can't bind to 'mdHeaderRowDef' since it isn't a known property of 'md-header-row'

I'm trying to convert a CDK data-table to a Material Design styled data-table (see: https://material.angular.io/components/table/…

angular angular-material angular-material2 angular-datatables angular-cdk
mat-sort not working on mat-table

My mat-table is working fine, but when adding mat-sort following the official api documentation, it fails at the ngAfterViewInit with …

angular angular-material angular-cdk
Changing style of overlay container

I use a git project for a virtual keyboard (https://ngx-material-keyboard.github.io/demo/). And I have some issues to …

angular angular-material2 angular-cdk
What is `cdk` in Angular Material 2 components

In multiple places within angular material source, there are elements/ css classes that have cdk as their prefix. Does anyone …

angular-material2 angular-cdk
How to disable or overwrite cdk-focused in Angular

I am working on mat-button-toggle-group for which I modified existing css by overwriting mat-button-toggle-checked class like below. Now, when I …

angular angular-material angular-cdk
Angular 7 Drag and Drop - Dynamically Create Drop Zones

Is there a way to dynamically create drop zones? I'm having some troubles with ngFor and cdkDropList. Here is my …

angular drag-and-drop angular7 angular-cdk
CdkDragAndDrop how to prevent dragging

I'm trying to use the Angular Material CDK DragDrop module from https://material.angular.io/cdk/drag-drop/overview With the …

angular angular-material angular-cdk
Angular 6 MatTable Performance in 1000 rows.

I'm using angular material in my project and I'm using Mat-Table to render 1000 Product/row per table. When Change pagination (…

angular angular-material angular-material2 angular-cdk