md-data-table icon indicating copy to clipboard operation
md-data-table copied to clipboard

Material Design Data Table for Angular Material

Results 101 md-data-table issues
Sort by recently updated
recently updated
newest added

thanks for great stuff man, i have issue when using your directive. in my case, i have 776 row in total, see below ![image](https://user-images.githubusercontent.com/23114902/35563305-27967106-05ae-11e8-8ecd-53e924825a8f.png) and when i change page with...

It provides a way to call a function when clicking outside the editor. This can be used to resolve #416 whithout using ng-blur on "Roll Your Own" Edit Dialogs. To...

If I have a row of all cells with small edit dialogs, is there any way that I can submit a currently open dialog and open the next one in...

I used md data table with all fields editable. In my table all all column have editable fields. There are around 700 rows(paginated) and in each row, 3 columns have...

Table not create checkboxes when i redirect to $state of table Now, if I refresh the page manually the checks are created normally. See pictures Before ![captura de tela 2017-10-05...

Dear all, Below is my code: ``` function successGetData(data) { $scope.myData = data; } $scope.getUnMatchedBets = function () { var resource=$resource('http://example.com/content/testing_data.json',{},{'get':{method:'GET',isArray:true}}) $scope.promise = resource.get({}, successGetData).$promise; }; ``` And the testing_data.json...

I used fix-head for sticky header, but I am also using bootstrap in my application. The problem is with IE :@, Top header is not aligned properly, All style widths...