Will pay for some help - resolved
Will pay for some help - resolved
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.
This discussion has been closed.
Replies
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
Cheers!
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