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

Using the sample code on the main page freezes the UI when using a large data set - a 33mb json file with 65k objects, 10 key/value pairs each. Everything...

I would like to be able to filter the table by column in a similar way than excel table work : a drop down with checkbox for every different element...

After filtering table for selected rows only, table header md-checked class shows some latency in being applied in the table header in the updated table view.

indeterminate state https://material.angularjs.org/latest/api/directive/mdCheckbox

Double click does not distinguish from single click but instead double click selects and immediately deselects the row - like would with 2 single clicks.

Hello, I am trying to find a way to disable the buttons and selectors of the pagination directive till the next/previous results load in the table as I call a...

How to override the function of scope.toggleAll in mdHead directive? Say, I want to make it to angular.noop

It would be nice if there was a possibility of sorting/ordering on more than one column at a time. From JSON:API: > An endpoint **MAY** support multiple sort fields by...

I fixed this issue by adding additional scope attributes on the mdSelect directive. I kept the default behavior if this attributes are not included. --md-select-all : Expects an array of...

Tried this solution in #576 but it does not work for me, the two tables are completed different tables and are not in the same list