I am encountering an issue where my table scales to the full width available even when the content is limited.
Take a look at the demo here: "https://plnkr.co/edit/6L8bTAwkEV6R6Be4M1Qm?p=preview"
I have attempted to address this problem by setting a width
for the parent element and a max-width
for the ag-grid, but as you can see, it has had no effect. Does anyone have any ideas on how to solve this?
Thank you in advance.