Context:
We are using ResizeObserver for adjusting the table width on resize which is currently supported by all browsers. However, it will fail on slightly older browsers since the cross-browser support is very new.
AT:
- Add a check to see if ResizeObserver exists to prevent old browsers from crashing