mdDataTable icon indicating copy to clipboard operation
mdDataTable copied to clipboard

Angular data table complete implementation of google material design based on Angular Material components.

Results 101 mdDataTable issues
Sort by recently updated
recently updated
newest added

I am just wondering if it is possible to merge cells as what Excel or simple HTML table can do. I cannot find any examples in demos about that. ![image](https://user-images.githubusercontent.com/8382478/76677037-af9a7f00-660c-11ea-904d-c6e23da9c114.png)

Add possibility for rowspan & colspan...

enhancement

HTML: ` ` JS: ` $scope.rowClassNameCallback = function(row){ console.log(row); return 'red' };` CSS: `.red { color: red; }` it does not change the row to red. I tried to put...

I am trying to use the simplest example for a project ``` html Dessert (100g serving) Calories Fat (g) Carbs (g) Protein (g) Sodium (mg) Calcium (%) Iron (%) ```...

Hi, I encounter a problem when running mdDataTable with AngularJS 1.6 or higher the following error appears on console per for each `mdt-column` declared: ``` Cannot read property 'length' of...

I just leave it here in case somebody needs it. --- This change is [](https://reviewable.io/reviews/iamisti/mddatatable/349)

So I was trying to use this component and I have this weird issue where the check boxes disappear on hover or when selected. Here is a screenshot. Also in...

If you give the `mdt-table` directive an `mdt-row` with `data`, it will gladly turn whatever's in `data` in to HTML and run scripts. Workaround: In `TableDataStorageService.prototype.addRowData`, iterate `rowArray` and sanitize....

Please also mention to add lib **angular-sanitize, lodash** as md-data-table is dependent on it based on error i found while setup. Let me know if i missed while reading in...

Hey dude, so u get an issue whenever using $index to track repeated records pls use some sort of function to choose tracking identifier! cuz if u using $index in...