Custom Elements Reacting to Changes
October 01, 2024
In the end
notes
of my post on creating a sorting and filter table using custom
elements,
I mentioned that my solution would not work if the <table> inside <fancy-table> was modified. This post
outlines how to address that using MutationObserver, and it’s kinda gnarly.