Pretty new to Hotwire, wondering if what I am thinking is doable.
I am looking into reducing load times for a table where row clicks turn into an edit form which changes the contents of the clicked row. The current issue is the whole table has to reload when only one row has changed. Is it possible for me to somehow wrap the rows in frames so only that row changes?
I saw this post from Dec 2020: How to wrap a table row with a turbo frame?. Where someone said this will take support from the core team. Wondering anyone knows of ways to do it currently.