Flexigrid CodeIgniter Implementation |
[eluser]Armorfist[/eluser]
Just added the Active Record functionality to the implementation and updated documentation. The old query builder function was not removed for compatibility purposes. However I highly recommend to update. Download - http://flexigrid.eyeviewdesign.com/Flexi..._v0.35.rar Documentation - http://flexigrid.eyeviewdesign.com/index...example#s2 ![]()
[eluser]thor[/eluser]
hi there, at first i must say very nice work ![]() so the problem that nothing is displayed must be either at creating the json output or reading/parsing it. at least i think so. i hope someone of you can help me to fix it cause i really like to use it ![]() edit: i have the problem when i use firefox as browser. when displaying the example on ie i get the content in the grid, but i have to allow IE to get content from external data (there is a popup). the strange thing is when i run the demo on the example page (http://flexigrid.eyeviewdesign.com) it works with firefox and i theres also no popup on IE.
[eluser]pixelazion[/eluser]
hi, i'm having problem with the noConflict() thingy for prototype please help.. ![]() great stuff by the way ![]()
[eluser]manilodisan[/eluser]
@pixelazion - change all the $ signs to jQuery
[eluser]Armorfist[/eluser]
hello thor, Can you tell me what kind of URL you are using to access the application? Like http://localhost/CodeIgniter/index.php/?
[eluser]pixelazion[/eluser]
[quote author="manilodisan" date="1222523342"]@pixelazion - change all the $ signs to jQuery[/quote] yes, i kind of did that but, still gives me an error, and grid is not displaying the data. i'm gonna try again. tnx for the reply
[eluser]thor[/eluser]
[quote author="Armorfist" date="1222526264"]hello thor, Can you tell me what kind of URL you are using to access the application? Like http://localhost/CodeIgniter/index.php/?[/quote] url was http://127.0.0.1/flexgrid/index.php/.... and that was the problem. changed base_url from 127.0.0.1 to localhost %-P
[eluser]geshan[/eluser]
Can you make this grid pagination less, like live or rico grid demo here http://openrico.org/demos/livegrid.
[eluser]Armorfist[/eluser]
[quote author="geshan" date="1222696849"]Can you make this grid pagination less, like live or rico grid demo here http://openrico.org/demos/livegrid.[/quote] Yes you can, edit the helper file, under helpers/flexigrid_helper.php, and on line 47 change $grid_js .= "usepager: true,"; to $grid_js .= "usepager: false,"; It will remove the pagination.
[eluser]Armorfist[/eluser]
Just added the json_encode functionality for those who have JSON PHP Extension installed and updated documentation. You can still use the old system, however I highly recommend to update if you have this extension. Download - http://flexigrid.eyeviewdesign.com/ Documentation - http://flexigrid.eyeviewdesign.com/index...example#s3 *EDIT* There is a bug when there are no records to display. I'm fixing this tomorrow. |
Welcome Guest, Not a member yet? Register Sign In |