Problem/Motivation
Tables created in CK Editor within a Basic Content component don't render correctly on mobile.
Proposed resolution
Component `02-molecules/basic-content` relies on the JavaScript in `01-atoms/table` to prepare tables within basic content.
Either split the JS implementation, so table code is a base utility that can be applied in any component, or implement a dependency for basic-content on table, so that any time basic-content is used, it will include table libraries.
| Comment | File | Size | Author |
|---|
Comments
Comment #2
alan.cole commentedPR: https://github.com/civictheme/uikit/pull/639
Comment #3
alan.cole commentedComment #4
fionamorrison23 commentedComment #5
fionamorrison23 commentedComment #6
richardgaunt commentedPR reviewed and merged in UI Kit
Comment #8
richardgaunt commentedComment #9
fionamorrison23 commentedComment #10
danielgry commentedVerified and tested on latest dev version
Testing Results:
1. Confirmed that tables render correctly for desktop devices as well as mobile devices without any issues
2. Verified the behaviour matches the expected appearance shown in the UI Kit Storybook for all viewports (XXL-XS)
Screenshots:

Desktop view
Mobile view

Comment #11
danielgry commentedComment #12
fionamorrison23 commented