cc5350

Results 2 comments of cc5350

Thanks for the fast feedback! I had some hope it might be (nearly) as simple as the jQuery version, changing `th.textContent = txt;` to `th.innerHTML = txt;`. If I find...

I figured it out. Solution below. I'm sure this isn't for everyone, but it works for my use cases. In TableRenderers.jsx, set the inner HTML rather than setting the text...