DataTables 1.10.4 release
DataTables 1.10.4 release
Hi all,
I'm really pleased to announce the release of DataTables 1.10.4. This is a minor update to DataTables with a number of bug fixes and can be downloaded from the downloads page and is also available on the CDN.
While 1.10.3 was a fairly large release, this edition of DataTables is just a small update to address the known issues. The two most significant changes are:
cell().invalidate()
andcells().invalidate()
will now only invalidate the selected cells, rather than the whole row- The selectors for
rows()
,columns()
andcells()
all now work correctly with thedeferRender
option enabled, rather than throwing an error.
There are a few other fixes, and full release notes are available.
If you have any issues with the update to 1.10.4 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
Very nice. Love it.
Alan,
I currently use version 1.9, with the server side options for retrieving my data. With the speed increases you mention above, is it now a viable option to not use server side processing?
Sounds nice!
How can I upgrade to 7 columns or more columns?
Using Nuget package for this version. Bootstrap pagination style is not being applied. Included js file differs from styling example.
I just installed the package via NuGet in a new ASP.NET MVC5 (w/bootstrap) app and wired it up as per the Installation guide. The pagination decorations do not render.
Help!
UPDATE: Was using JQuery 2.1.1 in my project, but when I replaced these with v1.10.2 JQuery bits, it worked!
Hmmm ....
Hi Guys,
Could you tell me please if DataTables 1.10.4 support JQuery 2.1.1 ?
I have to use that version of JQuery in my project.
------ Answer ------
It does, but my code does not, sorry