how to implement webix jet with URL router, and calling views from source/views directory. not inline in html file.
or how to modification webix admin demo with URL router method not hashtag.
how to implement webix jet with URL router, and calling views from source/views directory. not inline in html file.
or how to modification webix admin demo with URL router method not hashtag.
Check jet-demos/sources/routers-url.js at master · webix-hub/jet-demos · GitHub
You need to
Also, be sure to use latest version of webix-jet
and calling views from source/views directory. not inline in html file
just remove “views” parameter from the app’s initialization code and app will load views from “sources/views” folder ( it can be remapped in webpack’s configuration )
ok thankyou @maksim, check it out.