1. #31
    Sencha User
    Join Date
    Apr 2010
    Posts
    25
    Vote Rating
    0
    k0smita is on a distinguished road

      0  

    Default


    SlickGrid (http://wiki.github.com/mleibman/SlickGrid/examples) is very fast and it uses just divs for the grid. It has still limited features but perhaps grid should be implemented with just divs to allow for maximum flexibility?

    dhtmlxGrid (http://dhtmlx.com/docs/products/dhtmlxGrid/) is a single table. It is faster and supports many more cool features than ExtJs grid.

    So, for sure it can be done without "using many tables for a single table". It accounts for improvements in efficiency as all agree, especially if you add buffering, and as dhtmlxGrid shows, you can still do a lot with such approach.

  2. #32
    Sencha - Community Support Team jay@moduscreate.com's Avatar
    Join Date
    Mar 2007
    Location
    Frederick MD, NYC, DC
    Posts
    16,169
    Vote Rating
    28
    jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough

      0  

    Default


    I'm *so glad* that Ext JS is well beyond the way that "dhtmlxgrid" is coded. Sure it does cool stuff, but wow.

    Jay Garcia @ModusJesus || Modus Create co-founder
    Ext JS in Action author
    Sencha Touch in Action author

    Get in touch for Ext JS & Sencha Touch Touch Training

    We are also working on Video-based Sencha Touch training: Check it out here.

  3. #33
    Ext JS Premium Member
    Join Date
    Aug 2007
    Location
    Antwerp, Belgium
    Posts
    540
    Vote Rating
    16
    joeri has a spectacular aura about joeri has a spectacular aura about

      0  

    Default


    Can you be more specific about what's wrong with dhtmlxgrid?