i tried to use the generator to make a table editor using PostgreSQL, changed the connection type to "type" => "postgres" but i am unable to get the data to load.... the header row shows but no data?
We discussed this by e-mail, and hopefully resolved it, but in case anyone else reads this thread, the issue is with the type parameter used - the first letter should be capitalised:
"type" => "Postgres"
I've added a check in for Editor 1.5 that will enforce this in future.
Answers
the page just says 'Loading...'
Hi,
We discussed this by e-mail, and hopefully resolved it, but in case anyone else reads this thread, the issue is with the
type
parameter used - the first letter should be capitalised:I've added a check in for Editor 1.5 that will enforce this in future.
Allan