Striping table tags while adding using jquery

Created on 6 December 2022, about 2 years ago
Updated 26 October 2023, about 1 year ago

Recently we have upgraded wxt bootstrap 4.2.3 to 4.3.0.
In our web application we have a default table which is rendering from table.html.twig.
we are adding one more table tr dynamically using jQuery. while adding table row all the tags are getting removed which is related to table.

Even after adding those tr via console, table's are getting stripped off pfb the screenshot.

pfb the code which we have used for adding table header.

 jQuery("#decider-id-0").parent().parent().prepend('<thead><tr><th>kjhdsfgkfblg</th><th>kjhdsfgkfblg</th><th>kjhdsfgkfblg</th></tr></thead>');

however, when we have changed theme from wxt bootstrap to bartik tables are getting added as expected.

💬 Support request
Status

Closed: works as designed

Version

5.0

Component

Miscellaneous

Created by

🇮🇳India manojprabakar_ss

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024