New Table Row not saving

The Add New Row button triggers a pop up but the header is grey and not blue as in the documentation and any information I enter is not saved when I hit save. All fields except the primary key field are editable. I also get a weird status message at the top of the browser window which appears to suggest that I am trying to place $ amounts in each field which is definitely not what I am trying to do.

{"status":422,"message":"insert into "matcher"."organization" ("comment", "create_date", "id", "logo", "name", "name_localized", "org_type", "parent_org_id", "website") values ($1, $2, $3, $4, $5, $6, $7, $8, $9) returning * ..

Hi @leclep,

We've recently changed some of the table stylings making some of the documentation somewhat outdated in that respect.

As for which fields are editable - do they seem to match the columns that you have set to be editable in your table or are you seeing any inconsistency there?

And finally, have you set up a query to be fired for the "Save new" event?

If so, would you be comfortable posting a screenshot of that query that we can take a look at?