LiveView inside of a Phoenix Controller - Table edit

Hello; I would like to put a table like the following in a normal Phoenix page with other logic. Can I do this with LiveView? If so; where would I put the liveView?

Would live_render inside of your template work?
See the example here (scroll down a little): https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#module-example

It would go inside your eex file.