![]() |
Flexigrid - Lightweight but rich data grid - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Flexigrid - Lightweight but rich data grid (/showthread.php?tid=7179) |
Flexigrid - Lightweight but rich data grid - El Forum - 04-25-2008 [eluser]Synergiq[/eluser] The problem with the asp code was my fault, an extra comma. There is an asp version for flexigrid that works in IE here: http://jamesowers.co.uk/asp-tutorials/63/flexigrid-with-asp-version-2/ Flexigrid - Lightweight but rich data grid - El Forum - 04-25-2008 [eluser]Roberto Miguez[/eluser] I got the code but now I got other error. The search doesn't work. I receive the answer "Processing, please wait..." but nothing happens and I need to refresh the page to continue to use. Could someone help me? Thank you. Flexigrid - Lightweight but rich data grid - El Forum - 04-25-2008 [eluser]Synergiq[/eluser] Its probably a mistake in my code somewhere. I'll have a look. Flexigrid - Lightweight but rich data grid - El Forum - 04-25-2008 [eluser]Synergiq[/eluser] I've fixed that problem now, just re-download the rar file. Flexigrid - Lightweight but rich data grid - El Forum - 04-25-2008 [eluser]Roberto Miguez[/eluser] Thank you Synergiq, now it is working perfectly! Flexigrid - Lightweight but rich data grid - El Forum - 04-25-2008 [eluser]Roberto Miguez[/eluser] Is there any possibility to use the structure A instead the structure B as follows? Structure A: Code: url: 'test.asp', Where testStructure.asp will generate the following code: Code: [ Structure B: Code: url: 'test.asp', Flexigrid - Lightweight but rich data grid - El Forum - 04-25-2008 [eluser]noon[/eluser] No I wouldn't think so Roberto. flexigrid isn't set up to open an ajax communication on the col model. I have a problem with my attempt at this, it never displays any data (doesnt throw an error in console either, just "Processing.."). Here's my output: Code: { Here's my JS: Code: $("#advanced").flexigrid({ Help please ![]() EDIT: I have a working PHP version, but my ColdFusion one wont. I removed all the header info from my PHP script and it still works on that version. Im confused ![]() EDIT2: I have no idea what I changed but it works now. Flexigrid - Lightweight but rich data grid - El Forum - 04-25-2008 [eluser]Roberto Miguez[/eluser] noon, Well, I am looking forward to retrieve the data model dynamically as we do with the data. Is there any way to do it? Flexigrid - Lightweight but rich data grid - El Forum - 04-25-2008 [eluser]slothy[/eluser] [quote author="paulopmx" date="1208926266"][quote author="slothy" date="1208888235"]Me again Paulo... same with using a Search tool on a table with multiple tables on page :-S The search tool behaviour (ie opening and closing) is duplicated in other tables Same fix as before i guess... just need to hard-wire referencing[/quote] Thanks again slothy. just change this Code: $('.pSearch',g.spDiv) to this Code: $('.pSearch',g.pDiv) Yeaah, i found it wasnt difficult to find with a trace Wish all debugging was as easy as this Paulo ![]() A caveat for other users :- ALWAYS USE FIREBUG !! WIll make your lives a lot easier and lower your dependency on caffeine!!!! Flexigrid - Lightweight but rich data grid - El Forum - 04-25-2008 [eluser]noon[/eluser] [quote author="Roberto Miguez" date="1209145257"]noon, Well, I am looking forward to retrieve the data model dynamically as we do with the data. Is there any way to do it?[/quote] I'm pretty certain that you can. I'm sort of new to jQuery though. In traditional javascript I would open an ajax request to the page, store the responseText in a strnig variable. And set your colModel using an eval. Not sure how to mix traditional javascript variables with jQuery quite yet. |