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

Hi, I would like to add the angular material ripple effect on the row. But it doesn't work. any suggest?

Removes hardcoded styling and allows users to define their own angular-material styling using $mdThemingProvider like they do for the rest of angular-material components. (Note that I also dropped some coloring...

Hi all, I'm having trouble initializing the component with marked checkboxes. I couldn't find this kind of option at the documentation. Can anyone help me? Regards.

Hi, I want to show few rows selected by default, but unfortunately I am not able to do so. Also I tried to assign the contents to $socpe.selected but the...

Can i select rows during inicialization table? if i has $scope.selected = [{id:1,name:'test1'}] , row in table is not selected ... is it possible ?

Hi there, Sometimes the data table is built shifted. For the moment I do not know how to perfectly reproduce the bug. So to reproduce it I simply refresh the...

The title says it all. When I have an edit dialog with the property `type: 'date'`, I cannot close and submit the dialog by hitting enter. It works just fine...

Here's the code pen link: https://codepen.io/anon/pen/yjEwJb?editors=1010 The total number of row, like mentioned in the toolbar, is 36. However, only 32 are viewable using the scroll bar, as can be...

Im using an md-virtual-repeat-conatiner as follows: however the header doesn't remain fixed. any suggestions please? Thanks

Hello i'm trying to build an md-data-table that using an md-virtual repeat-container and get items using md-on-demand. However when doing that the column sorting stops working. Can you please suggest...