DataTables 1.10.0-beta.1
DataTables 1.10.0-beta.1
allan
Posts: 63,488Questions: 1Answers: 10,467 Site admin
It has been a long time in coming, but it is now here! DataTables 1.10 is a significant leap forward for DataTables, with an entirely new API, camelCase variable naming, performance improvements, a new site and much much more.
I've written a blog post introducing DataTables 1.10 here:
http://next.datatables.net/blog/2014-02-04
And it can be downloaded from:
http://next.datatables.net/download
The new manual for DataTables 1.10 is available here:
http://next.datatables.net/manual
Please remember this is beta software - try it out and let me know if you run into any issues. If you do have any problems please open a new thread so we can keep track of individual issues.
Enjoy :-)
Allan
I've written a blog post introducing DataTables 1.10 here:
http://next.datatables.net/blog/2014-02-04
And it can be downloaded from:
http://next.datatables.net/download
The new manual for DataTables 1.10 is available here:
http://next.datatables.net/manual
Please remember this is beta software - try it out and let me know if you run into any issues. If you do have any problems please open a new thread so we can keep track of individual issues.
Enjoy :-)
Allan
This discussion has been closed.
Replies
The beta.2 package I'll drop next week will include the updated example.
Allan
I've added a comment in your github issue cross post ( https://github.com/DataTables/DataTables/issues/271 ) as well.
Allan
It looks like the new jQuery UI ThemeRoller method is not working correctly. On the http://next.datatables.net/examples/styling/jqueryUI.html there's an error and the records are not paginated. The error message is :
[code]
TypeError: classes is undefined
.addClass( classes.sSortIcon+' '+column.sSortingClassJUI )
[/code]
I've got the same problem with my test and the table does not even render at all. Using the old jQuery=true method works great.
Regards
@vudaltsov - can you give a link please (in a new thread)
@stephD - Thanks for noting the error in my example - I'll fix it!
Allan
I've been dome some basic cases during the development, but nothing the leads to a publishable result really!
Allan