Note: I will edit this post further in the future --- Ideas - [ ] use [`textContent`](https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent) instead of `innerHtml` for modifying cell content (`textContent` does not parse html and is not prone to xss attacks) - [ ] defining common style classes and disable/enable them on cell depending of new content style - [ ] Batch update of new content using [fragment](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) ? Metrics to test - fps - surely more Let me know if you have any though on this !
Note: I will edit this post further in the future
Ideas
textContentinstead ofinnerHtmlfor modifying cell content (textContentdoes not parse html and is not prone to xss attacks)Metrics to test
Let me know if you have any though on this !