Created by: TheJester12
I noticed that adding classes like .hidden-phone and .hidden-tablet to table cells would break them visually. This is because the cells would try to display as blocks. This pull allows td's and th's to be hidden/visible with the same classes as other elements would normally use.
This allows for hiding less important columns of information on phones and tablets.