ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Flexigrid - Lightweight but rich data grid

March 28, 2008 10:13am

Subscribe [82]
  • #616 / Sep 06, 2008 10:47am

    paulopmx

    164 posts

    Holy cow this thread has reached epic proportions, considering its been leading views on this section for several months now.

    I created a unofficial google group for Flexigrid

    http://groups.google.com/group/jqueryflexigrid

    I dunno who owns ‘group/flexigrid’ maybe it is one of you guys?

    It will be easier to track peoples questions in the group instead of a humongous thread.

    I own http://groups.google.com/group/flexigrid/.

    So If you want something more official you can signup there.

  • #617 / Sep 10, 2008 6:09am

    Kabe

    1 posts

    hi

    how to get the search visible from the first load (default invisible from 1e load)?
    mignifier toggle may still exist, to hide if the user wants

    thx
    kabe

  • #618 / Sep 10, 2008 5:29pm

    Diego Arbelaez

    1 posts

    Hi Paulo,


    is this thread still live or should everyone move to the http://groups.google.com/group/flexigrid group instead?

    first of all thanks for this great plugin. i started playing jQuery
    and this plug in for about a week. one problem i am encountering is
    the speed while loading the results in the grid. when i limit the rp
    to 15, the response is fine, however if i set the rp to 250 then
    loading the data retrieved is very slow.

    201 rows of data is being returned from MSSQL in 158ms(0.158 seconds)
    according to firebug (which if fine). but during the actual parsing of
    the JSON data it takes 17000ms (17 seconds).

    i’m considering utilizing flexigrid in a production environment to
    connect to MSSQL dbs (with hundreds of thousands of records) using
    PHP. im also building additional plugins for download/email of the
    data for flexigrid

    do you have any ideas as to why it takes so long? or any ideas as to
    how to speedup processing? would XML be any better? my current
    development is on an intranet, so i will provide a link once i have
    made it available on the internet.

    Thanks. http://groups.google.com/group/flexigrid

  • #619 / Sep 11, 2008 12:10pm

    paulopmx

    164 posts

    Hi guys,

    For all people visiting this thread for FlexiGrid, please proceed to http://groups.google.com/group/flexigrid

    Paulo

  • #620 / Sep 16, 2008 5:40am

    metaltapimenye

    61 posts

    (speachless)... thx to make its helper Paulo 😊

  • #621 / Oct 10, 2008 7:27am

    janebush08

    1 posts

    thank you for details…

    outsourced product development

  • #622 / Oct 15, 2008 11:25pm

    gerdy

    2 posts

    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..

  • #623 / Oct 15, 2008 11:37pm

    gerdy

    2 posts

    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….

  • #624 / Oct 24, 2008 1:55am

    ruru

    2 posts

    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.

  • #625 / Oct 28, 2008 11:28pm

    XeRGi0

    13 posts

    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 :(

    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…!

  • #626 / Oct 29, 2008 6:00am

    dax

    1 posts

    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.

  • #627 / Nov 02, 2008 5:15pm

    XeRGi0

    13 posts

    Please Anyone???

  • #628 / Nov 08, 2008 7:40pm

    hating

    2 posts

    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: <?php echo $_REQUEST['page']; ?>
    total: <?php echo $_REQUEST['total']; ?>
    rp: <?php echo $_REQUEST['rp']; ?>
    <<< skipped >>>
    });

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

    Thank you

  • #629 / Nov 08, 2008 9:19pm

    paulopmx

    164 posts

    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: <?php echo $_REQUEST['page']; ?>
    total: <?php echo $_REQUEST['total']; ?>
    rp: <?php echo $_REQUEST['rp']; ?>
    <<< skipped >>>
    });

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

    Thank you

    try assigning to newp, rather than page variable in flexoptions

  • #630 / Nov 08, 2008 9:22pm

    paulopmx

    164 posts

    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 :(

    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…!

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

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases