Webix jet - passing data between view

Is possible if I passing data between view without get url params, for example I want to edit the selected page (get the id) and view the edit page in new view js
from: http://myapp/#!/product to http://myapp/#!/product/edit

Sorry I found on this solution Page not found - Webix Jet
Thanks.

Hi finzaiko
i’m new in Webix ; i’m try to use Jet and i also was interested to a pratical example how to edit the selected row from a datatable (get the id) and view the edit page in new view ; i try to understand what explained at Page not found - Webix Jet , but that (for me !!) seems just a little different from a select row and open a edit view
if you or other can post a pratical example (or suggest some links ), it would be appreciated
thanks in advance and sorry for any error or inaccuracy

I created simple snippet https://webix.com/snippet/76497607, you can use this for CRUD

Hi finzaiko , many thanks for your answer and thank you for the time;

two matters:

1- do you use this code inside Webix Jet ?
2- when you said “… edit the selected page (get the id) and view the edit page in new view js …” i’ve been thinking that you you have a .js for webix “datatable” one for webix “form” and other for DB update do you have an example of pure CRUD/MVC ?

can you (or other ) help me to find simple (pure(modular) CRUD/MVC example

Thank in advance to all for collaboration

  1. Yes, I am using Jet.
  2. You can follow this webix-admin sample GitHub - webix-hub/webix-adminapp-demo: Demo of Webix MVC app, http://webix.com/demos/admin-app/