I am using the ModelView to present a table and allow it to be edited. Most of the time the content works.
If the value in a row is for example "10.0.0.1/24" then the route editing it would be: "127.0.0.1/nets/10.0.0.1/24" which is wrong and results in "Page not Found". I do not see any documentation on how to escape the slash inside a variable I get from the database.