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

I am displaying my data using md-data-table. I am displaying a custom cell where I display an icon. I need to disable the icon using ng-disabled if the value of...

Hi, is it possible to exclude certain rows of md-data-table from column based sort based on a condition? The excluded rows should be displayed at the start of the table...

Hello I'm running to a problem I've seen here before, where in the console I'm seeing: Controller 'mdHead', required by directive 'mdColumn', can't be found! I'm running Angular 1.5.8

Have u consider any global setting for table ? Such as : md-limit-options ? md-label?

Now every page I have to insert like so, ` `, I want to setting global, Who can help me? THX

Using `ng-repeat` with `md-table` directives, i have columns rendering when running Chrome < 65.0 but disappearing when running Version 65.0. ``` table(ng-if="table.scenario.loadcaseIds.length > 0" md-table flex="grow" md-progress='promise').flexible-columns colgroup col( ng-repeat="loadcase...

It seems that in version 0.9.8 the file /dist/md-data-table.js does not load the dependencies correctly. ``` javascript angular.module('md.data.table', ['md.table.templates']); ``` is writen before "md.table.templates" declaration and that seems to result...

#### Row Selection Logic I've been receiving some controversial request on how row selection should work. The main concern is whether or not the selection of items should persist between...

Curious if @daniel-nagy you're still planning on maintaining and updating this repo. Out of all the variations out there, this one I've been using for awhile know as it works...