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

Method: getView

By default, NexoPOS will use the built-in view for rendering 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 this means you're responsible for creating everything (dashboard, shaping your form, calling the crud API, rendering the fields).