luisdias / CakePHP-Report-Manager-Plugin

CakePHP 2.x Report Manager Plugin
MIT License
42 stars 22 forks source link

parameter display #14

Open ranseyb opened 10 years ago

ranseyb commented 10 years ago

I am new to cakephp and I am trying to create reports using this plug-in. How come it looks different on the website I am creating compared to the websites that used the sample report manager plug-ins on youtube.com. Do I need to customize anything still?

Thank you! reportmanager_test

luisdias commented 10 years ago

Hi ranseyb.

Verify if the jQuery libraries are corrected loaded ( also check for double loading with different versions too, the plugin load these libraries from google and - maybe - your app load them in another place).

https://github.com/luisdias/CakePHP-Report-Manager-Plugin/blob/master/View/Reports/index.ctp

Best regards

ranseyb commented 10 years ago

Thanks luisdias for the reply. ->Verify if the jQuery libraries are corrected loaded *How do I check that?

My index.ctp is the same as in the link above. Thanks again!