DataTables 1.10.3 released
DataTables 1.10.3 released
Hi all,
I'm delighted to announce the availability of DataTables v1.10.3 which can be downloaded now from the downloads page and is also available on the CDN.
For all that this is a minor version bump, there are a number of new features in the release. They are each minor, but overall improve the core offering of the DataTables library. These include:
- Reading DOM sourced data into Javascript objects
- Selectors can be provided as functions
cells().render()
andcell().render()
API methodsiterator()
API methodsearchDelay
option
There are also a number of bug fixes and updates for the documentation included in this release.
Further details about these new features is available in a blog post introducing 1.10.3.
Full release notes are available.
If you have any issues with the update to 1.10.3 please open a new thread with a full description of the issue and a link to a test case, to we can debug and track each individual issue.
Enjoy!
Allan
Replies
Hi, the download link shows 404
404 - Page not found. That's what I also got
HEy I am just wondering whether the below described is any problem with Jquery of my code, I have a data that I get from Json object which I retrieved from MYSql database by providing some dynamic argumates in where clause, in this case it is showing error Uncaught type error: cannot read error of null, but if I use hardcoded values in sql statement where clause then table works fine, I dont know what is happening in the earlier case, I did alert the data, it is in the same format what datatable needs, if you have any idea about this please let me know.
The real link is http://datatables.net/download/index
Oops thanks. Link fixed :-)
Allan
datatable really cool
Really cool but it does not say how to use several extension at the same time. for example
this does not work. the dom option is overriding serveral times
@ensayofr - as noted in my post, I would appreciate questions being asked in new threads.
To answer your question, just include the letters needed in your
dom
option, as noted in thedom
documentation. e.g.RClfrtip
.Allan
Thanks for your reply.