I'm wondering if its possible to decrease the font of the ABMTable content when the table is being resized, dynamically?
By default content is wrapped around when the columns shrink in size. Instead of that behaviour, how can I just rather decrease the font and make the text fit irrespective?
Font resizes are global, regulated by the Materialize CSS media queries. The can not be done individually per component. Could if you write manually some specific css media queries for that component maybe which overrules the Materialize CSS media queries.