Skip to content

render_async inside tables

Compare
Choose a tag to compare
@nikolalsvk nikolalsvk released this 07 Sep 13:08
· 280 commits to master since this release

You can now put render_async inside tables!

Example:

<table>
  <tbody>
     <div>
        <tr>
          <%= render_async ... %>
        </tr>
    </div>
  </tbody>
</table>