mdDataTable
mdDataTable copied to clipboard
Angular data table complete implementation of google material design based on Angular Material components.
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. 
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...