In Angular 1.5 I have a table in an <md-content>. I dynamically add columns to the table, and at a certain point horizontal scrollbars appear. This is good.
But the bad part is that the new columns are not visible. How could I programmatically scroll my <md-content> horizontally so that new columns are visible?
scroll-glue-right="glued"to yourmd-contentand it shoulds work. I can make a plunker if this suit for you