alanvardy / exzeitable

Dynamically updating, searchable, sortable datatables with Phoenix LiveView
MIT License
231 stars 28 forks source link

Add helpers to setup #670

Open alanvardy opened 2 months ago

alanvardy commented 2 months ago

In the AppWeb module, under the router function, we need to replace:

      use Phoenix.Router

with

      use Phoenix.Router, helpers: true

To make sure that the AppWeb.Router.Helpers dynamic file is generated during compilation.