daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 519 forks source link

md-cell watcher for barely any functionality #465

Open doofer opened 8 years ago

doofer commented 8 years ago

On tables with many columns, adding the md-cell directive adds hundreds of watchers, to basically just add or remove md-numeric class name.

This is easily fixed by adding the CSS class yourself and removing the directive, but for some users this might come as a surprise.

I think the default behaviour should not add a watcher, but do it on a parameter, or just update the docs and let people know they need to specially add md-numeric.