Hello,
Is it possible to use raw table column like `id` to build the "Details" link?
For example, I have a page with metamodel listing: http://domain.tld/people/
I want the "Details" link to be: http://domain.tld/people/5212
In the demo installation "Movie Database" they use aliases for that, but I don't want to create redundant data when the simple ID is enough for me. And even if I wanted to use aliases, I can't figure out the way to mass-generate them. I have a database with 6000+ records, can't possible generate them one by one.
Bookmarks