Securing JsTable
After introducing JsTable there were concerns about it’s security. While the javascript itself of course can’t change your models, creating a matching controller that gives unlimited access to your database is probably a bad idea.
So I’m going to show you how to make it (more) secure. First, JsTable can be initialized like this:
123var mP = [...]