Mail: [email protected] Phone: +1(424)231-4091

Settings: getView

By default, NexoPOS will use the built-in view to render a crud form. However, you can change this behavior by using your form implementation.

If you have the method "getView" defined on your crud component, NexoPOS will then use it as a default view for rendering your form. Note that you're responsible for creating everything (dashboard, shaping your form, calling the crud API, rendering the fields).