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.
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-cdkI 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 onrowclickI'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-cdkMy 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-cdkI 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-cdkIn multiple places within angular material source, there are elements/ css classes that have cdk as their prefix. Does anyone …
angular-material2 angular-cdkI 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-cdkIs 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-cdkI'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-cdkI'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