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

[eluser]Unknown[/eluser]
thank you for details...

<a href="http://www.e-zest.net/">outsourced product development</a>

[eluser]gerdy[/eluser]
Hi,paul,I had a question about it.I want to reload the grid with the different data which is generated through the different select statement.col of grid is not always the same num.

ps:my English is not good enough to describe this question,Sorry..

[eluser]gerdy[/eluser]
I use the code below:

$("#id").empty().append("<div id='#flex1'></div>");
$("#flex1").flexigrid();

But,I want to know if there are some other methods better.

THX again....

[eluser]ruru[/eluser]
Thanks, Paul. This grid is so gr8. I falled in love it at my first sight.
I guess i can use it in real project in the feature.

[eluser]XeRGi0[/eluser]
Hi everyone... I need a lil' help to perform something i don't know how with flexigrid (i guess it's really easy, but I can't do it Sad

The thing is... I saw the 3rd example at the official website (that with the json call), and I wanna have some of those features with a static table...

The features i want to implement are: Search, sort and pagination. Only that, but with a static table (let's say a 3 column one, with 50 rows and 10rows per page pagination), not dinamic data... It can be done?

Please i just want a simple example... I hope you can help me...

Thanx...!

[eluser]Unknown[/eluser]
Hi guys,

Is there a way to add a row in a jquery grid without having to reload a page?
Example:

$('.grid').append('<tr><td>sample</td><td>sample</td></tr>');

The problem with this code is that the table row & cell aren't properly formatted with flexigrid css.

[eluser]XeRGi0[/eluser]
Please Anyone???

[eluser]hating[/eluser]
I have table that contain edit links( for editing records) Than i want to have "Back" button that load on page that was before editing.
I try use next, but it's didn't work:
1) generate page with next flexigrid changes
$("#flex").flexigrid({
<<< skipped >>>
page: &lt;?php echo $_REQUEST['page']; ?&gt;
total: &lt;?php echo $_REQUEST['total']; ?&gt;
rp: &lt;?php echo $_REQUEST['rp']; ?&gt;
<<< skipped >>>
});

2) after all write something like
$("#flex").flexOptions({page: "&lt;?php echo $_REQUEST['page']; ?&gt;" });
$("#flex").flexReload();

Thank you

[eluser]paulopmx[/eluser]
[quote author="hating" date="1226209226"]I have table that contain edit links( for editing records) Than i want to have "Back" button that load on page that was before editing.
I try use next, but it's didn't work:
1) generate page with next flexigrid changes
$("#flex").flexigrid({
<<< skipped >>>
page: &lt;?php echo $_REQUEST['page']; ?&gt;
total: &lt;?php echo $_REQUEST['total']; ?&gt;
rp: &lt;?php echo $_REQUEST['rp']; ?&gt;
<<< skipped >>>
});

2) after all write something like
$("#flex").flexOptions({page: "&lt;?php echo $_REQUEST['page']; ?&gt;" });
$("#flex").flexReload();

Thank you[/quote]

try assigning to newp, rather than page variable in flexoptions

[eluser]paulopmx[/eluser]
[quote author="XeRGi0" date="1225265317"]Hi everyone... I need a lil' help to perform something i don't know how with flexigrid (i guess it's really easy, but I can't do it Sad

The thing is... I saw the 3rd example at the official website (that with the json call), and I wanna have some of those features with a static table...

The features i want to implement are: Search, sort and pagination. Only that, but with a static table (let's say a 3 column one, with 50 rows and 10rows per page pagination), not dinamic data... It can be done?

Please i just want a simple example... I hope you can help me...

Thanx...![/quote]

nope. sorting and paging are left to the remote server. that's why code is so small.




Theme © iAndrew 2016 - Forum software by © MyBB