You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As long as the editor actually differentiates between th/td I think it's doable. You said something about table styles in the editor? Is it possible that we always assume the 'responsive' class is set? Is there any way we can get the editor to give us a proper table? Because if the editor doesn't we have have to generate the correct structure every time the table is found in a page. Not really ideal for the browser when you are talking about a huge table, because it will be rendered twice.
Once the structure is okay, the data-title attribute is easy to set. I would suggest to have a javascript that does that in batches, yielding the control with setTimeout(0) regularly to give the browser time for rendering/ui.
It's too hard for the editor to define the correct markup for responsive Tables:
The needed markup is:
But the editor does something like:
Maybe it's an option to "fix" the markup with css?
The text was updated successfully, but these errors were encountered: