iommirocks / iommi

Your first pick for a django power cord
http://iommi.rocks
BSD 3-Clause "New" or "Revised" License
688 stars 47 forks source link

tbody endpoint only render the table part, not other stuff in the container #473

Closed jlubcke closed 10 months ago

jlubcke commented 10 months ago

If a Table has attributes defined under container__something=Fragment(...) it only gets rendered the first time the table is rendered. On ajax reload (from filter, sort or paginator) those parts are lost. The endpoint should render the whole container namespace in both situations.