Will pay for some help - resolved

Will pay for some help - resolved

billbill Posts: 2Questions: 0Answers: 0
edited September 2009 in General
I'm willing to provide a few tokens for someone to help me get this installed and going on my server. Here is an example page (http://bit.ly/3GTeLd) where I am using a wordpress plugin called wp-tables-reloaded. Unfortunately, that plugin can't handle large data sets (1500+ rows) which I need to move to. E-mail me at pfx [at] fxplays [dot] com if you are interested and let me know your price per hour.

Replies

  • allanallan Posts: 61,732Questions: 1Answers: 10,110 Site admin
    Hi bill,

    DataTables certainly should be able to cope with data sets which are only 1500+ rows. When using a DOM data source, the sorting column classes can slow things down significantly, try disabling bSortClasses as shown here: http://datatables.net/usage/features#bSortClasses .

    Hopefully you'll notice a significant speed improvement with that. There are a few other tricks which can be pulled to speed things up as well - mainly involving disabling some of the features.

    If you start to head for very large data sets, or this isn't fast enough for you, then server-side processing is an option, where the server does all the hard work,s and thus can hand millions of rows with ease: http://datatables.net/examples/data_sources/server_side.html

    If this helps, then all donations are welcome - using the button at the top of this page :-)

    Regards,
    Allan
  • billbill Posts: 2Questions: 0Answers: 0
    edited September 2009
    thanks for the shout allan. I'm actually heading into a project where I could have hundreds of thousands of rows so someone with server side processing experience should probably be the one to answer my call for assistance. If that's you, e-mail me your rate and toss this thread in the trash bucket. :-)

    Cheers!
  • allanallan Posts: 61,732Questions: 1Answers: 10,110 Site admin
    Hi bill,

    I should certainly be able to help :-). If you want to get in touch direct, then, please free free to do so using the contact form ( http://datatables.net/contact ), although you might find a lot of the answers to any questions you have on this site ( http://datatables.net/usage/server-side ) and forum. There are a number of examples as well, but please do feel free to fire away with questions.

    Regards,
    Allan
This discussion has been closed.