DataTables 1.10.0 release candidate
DataTables 1.10.0 release candidate
allan
Posts: 63,498Questions: 1Answers: 10,470 Site admin
Hello all,
I'm very excited to announce the release of DataTables 1.10.0-rc.1 (release candidate). At this stage I think the software is release for release, but would like to ask you all to give it one more spin in your own software and check to see if there are any last minute issues!
Please download the RC and if you do find any issues, please let me know by opening a new thread in in the forum so we can track individual issues. Also, if you can provide a test case showing the issue, that would greatly assist in getting a fast fix.
For more details about this release please refer to this blog post:
http://next.datatables.net/blog/2014-04-25
The full package can be downloaded from:
http://next.datatables.net/download
Complete details of the changes for this release can be found on the CDN page for 1.10.0-rc.1:
http://cdn.datatables.net/1.10.0-rc.1/
The new manual for DataTables 1.10 is available here:
http://next.datatables.net/manual
Unless something goes majorly wrong, DataTables 1.10 and Editor 1.3 will be released next week. I've been working on a lot of changes behind the scenes so you'll see a lot of changes when these releases are made :-).
Regards,
Allan
I'm very excited to announce the release of DataTables 1.10.0-rc.1 (release candidate). At this stage I think the software is release for release, but would like to ask you all to give it one more spin in your own software and check to see if there are any last minute issues!
Please download the RC and if you do find any issues, please let me know by opening a new thread in in the forum so we can track individual issues. Also, if you can provide a test case showing the issue, that would greatly assist in getting a fast fix.
For more details about this release please refer to this blog post:
http://next.datatables.net/blog/2014-04-25
The full package can be downloaded from:
http://next.datatables.net/download
Complete details of the changes for this release can be found on the CDN page for 1.10.0-rc.1:
http://cdn.datatables.net/1.10.0-rc.1/
The new manual for DataTables 1.10 is available here:
http://next.datatables.net/manual
Unless something goes majorly wrong, DataTables 1.10 and Editor 1.3 will be released next week. I've been working on a lot of changes behind the scenes so you'll see a lot of changes when these releases are made :-).
Regards,
Allan
This discussion has been closed.
Replies
Allan
I use it with Rails 4.0.4 and bootstrap 3.1.1
Could you please help me here.
Allan
like mData-->data.......
However, yes, I think this is a good idea to have a mapping between the two. I don't have one yet, but I will make one.
Allan
thanks
I at the end I want to change because I never liked previous naming. I will try to document what I did, because will change mrender, too
Allan
I cant find any official documentation on it....
Allan
Will I still be able to do something similar to this?
[code]
$.fn.dataTableExt.oApi.fnGetComponent = ->
oSettings = @fnSettings()
if oSettings
if oSettings.oInit
return oSettings.oInit.component or false
throw new Error "DataTable Blaze component not instantiated"
# * Register the Columng Filter Widget feature with DataTables
$.fn.dataTableExt.aoFeatures.push
fnInit: ( oSettings ) -> oSettings.oInstance.fnGetComponent().initializeColumnFilters()
cFeature: "W"
sFeature: "ColumnFilterWidgets"
[/code]
Allan