I would like to have a page that displays a type of object. And the specific object displayed is based on the id in the URL.
For example /person/1/, /person/2/, etc
I would like to have a page that displays a type of object. And the specific object displayed is based on the id in the URL.
For example /person/1/, /person/2/, etc
Yep, you can define onurlchange handler for the view, and based on id in the url, show the related data in the view.
This link is broken
Yep, the docs were updated, please check the following one: Page not found - Webix Jet
Thanks! Clear!