Welcome Guest, Not a member yet? Register   Sign In
Flexigrid - Lightweight but rich data grid

[eluser]Kevin Kietel[/eluser]
[quote author="paulopmx" date="1208149431"][quote author="davgino" date="1208003435"]Hi Paulo
When new next realese ??
David O.[/quote]

Hi David,

Ok i'm putting a nail on my schedule to make it stick :-).

I'm planning to make a new release on the 28th of April.

I'm still addressing some of the concerns and request that I was made aware of. So if anyone has any last minute request, let me know.

Paulo[/quote]

So if anyone has any last minute request, let me know. >>>>
how about something like this??
http://www.isocra.com/2008/02/table-drag...ry-plugin/
(I've tried to get it running, but no success..... :-S )

[eluser]davgino[/eluser]
[quote author="paulopmx" date="1208149431"][quote author="davgino" date="1208003435"]Hi Paulo
When new next realese ??
David O.[/quote]

Hi David,

Ok i'm putting a nail on my schedule to make it stick :-).

I'm planning to make a new release on the 28th of April.

I'm still addressing some of the concerns and request that I was made aware of. So if anyone has any last minute request, let me know.

Paulo[/quote]
1.Maybe you succeeded in createing a new method for adding a new row ?
2.Did you succeed in adding an Editable rows features ?
Pls let me know.

[eluser]Unknown[/eluser]
[quote author="paulopmx" date="1208149431"]

Ok i'm putting a nail on my schedule to make it stick :-).

I'm planning to make a new release on the 28th of April.

I'm still addressing some of the concerns and request that I was made aware of. So if anyone has any last minute request, let me know.

Paulo[/quote]

Would it be possible to create "locked columns"? i.e. columns on the left that do not scroll as you scroll the rest of the dataset horizontally.

That would be awesome! Not that your grid isn't already awesome. It is!

[eluser]Balaji ASP[/eluser]
Nice, very nice. Thx my friend...!!

i used this query for my applications it's works good...

I’ve just noticed when I run it in ie7

server 2003:
I get an error saying Line: 402 ‘id is null or not an object’.

xp:
I get an error saying Line: 403 ‘id is null or not an object’.

here is the link
http://synergiq.co.uk/test/flexigrid/

plz help me my friend... ASAP...

[eluser]Xiomay[/eluser]
Hi people,

i have a simple question actually. I want to swap some columns not with drag and drop but with a script function.
Can i access the method switchCol(x,y) in the flexigrid with javascript ?
like this one?

Code:
$.fn.switchX = function(p,p1){ //create a new method to access switchCol
        
        alert(p+" p1);
        
        return this.switchCol(p,p1);
}

and then with a href i would like to operate the switchX(x,y) method.
like this:
Code:
<a href="[removed]$('#table-2').switchX(7,5);">Swap Columns</a>

thanks a lot!

[eluser]dah[/eluser]
Thanks! Flexigrid is great. I have been working with it for a while now. I added buttons across the top for each letter of the alphabet to allow users to quickly jump to that record set. Works well except for one issue I am working with...

it holds the page number when you click a new letter. So, if you were on page 3 of the records that start with "S" and then click the "A" record set, it starts on page 3 of the "A" set. Get it? I wish I could just show you but currently all the code is behind the firewall. Soon tho.

Any ideas on how to reset that page when I click a new letter sorting option?

Thanks again for the great code!

[eluser]Majd Taby[/eluser]
flexigrid was featured in smashingmagazine.com ...congrats Smile

[eluser]paulopmx[/eluser]
[quote author="Balaji ASP" date="1208373956"]Nice, very nice. Thx my friend...!!

i used this query for my applications it's works good...

I’ve just noticed when I run it in ie7

server 2003:
I get an error saying Line: 402 ‘id is null or not an object’.

xp:
I get an error saying Line: 403 ‘id is null or not an object’.

here is the link
http://synergiq.co.uk/test/flexigrid/

plz help me my friend... ASAP...[/quote]

Hi Balaji,

Here is your problem at the last part of asp file that generates the JSON FILE

Code:
{id:'245', cell:['245', 'collin','sharples','green','200','sleepy','70','female','76 water terrace','15 rue des begognas','76 water terrace','45 rue de la liberte','london bridge (right under it)','Australia','Bourgogne','1']},
]}

as you can see there is a comma after "'Bourgogne','1']}" what happens is that IE is expecting another array object, but the truth is there isn't anymore. Firefox tries to fix this automatically, but IE requires you to fix it and follow proper array format.

[eluser]paulopmx[/eluser]
[quote author="jTaby" date="1208395784"]flexigrid was featured in smashingmagazine.com ...congrats Smile[/quote]

Thanks :-)

[eluser]paulopmx[/eluser]
[quote author="dah" date="1208387721"]Thanks! Flexigrid is great. I have been working with it for a while now. I added buttons across the top for each letter of the alphabet to allow users to quickly jump to that record set. Works well except for one issue I am working with...

it holds the page number when you click a new letter. So, if you were on page 3 of the records that start with "S" and then click the "A" record set, it starts on page 3 of the "A" set. Get it? I wish I could just show you but currently all the code is behind the firewall. Soon tho.

Any ideas on how to reset that page when I click a new letter sorting option?

Thanks again for the great code![/quote]

Hi dah,

Yes you just set the new page in the parameters before reloading flexigrid like so:
Code:
$('#flex1').flexOptions({newp:1});

Have fun.




Theme © iAndrew 2016 - Forum software by © MyBB