Page 1 of 1

Customizing the data displayed in the table view

Posted: 2019-08-11 12:45
by Ionut Bocanet
Dear Appgini Users,

I need help if possible.

I found in the appgini web platform a hook customization (https://bigprof.com/appgini/tips-and-tu ... eview-data) that interested me but i can not make it working. I used the code exactly as it is on the website with my table and line but it is not working.

Can somebody help me?

Re: Customizing the data displayed in the table view

Posted: 2019-08-11 14:17
by jsetzer
There is something wrong in first two lines. Can you please remove the 2nd line or the 1st line depending on your real table name

Re: Customizing the data displayed in the table view

Posted: 2019-08-11 17:15
by Ionut Bocanet
In my last attempt i added the 1st 2 lines (copy paste error)

But still not working.

Seems to be from line 37 something because it is deactivating the rest of the code.

But i can not find it.

Thank you for your support.

Re: Customizing the data displayed in the table view

Posted: 2019-08-11 18:01
by jsetzer
There must be something wrong with quotes in line 37. Try a simpler modification first to get rid of your syntax errors.

Re: Customizing the data displayed in the table view

Posted: 2019-08-11 18:07
by jsetzer
It could also help to execute the SELECT CONCAT(...) FROM `cameras` in your SQL workbench (phpMyAdmin, Adminer, etc) to find the quotation-error.