Add/Edit form in modal window
In order to load any url for adding or editing in modal, a brixy_in_modal class must be added to the link.
At the moment it only works for new record and edit record.
<a class="btn btn-outline-primary add" href="YOUR_DOMAIN/brixyapp/list/LIST_ID/add">Add Record</a>
<a class="btn btn-outline-primary edit" href="YOUR_DOMAIN/brixyapp/list/LIST_ID/edit/ROW_ID">Edit Record</a>