daniel-nagy / md-data-table

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

Select all checkbox missing on gulp build #513

Closed jammed343 closed 7 years ago

jammed343 commented 7 years ago

After minification in gulp build, select all checkbox goes missing and all that is there is:

<th class="md-column md-checkbox-column"></th>

However each checkbox in each row in the body of the table is still there and working fine.

Any ideas?

daniel-nagy commented 7 years ago

What is the value of the multiple attribute after minification? #363

jammed343 commented 7 years ago

That solved the issue