1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-10 22:24:10 +01:00
DataTables/media/js
Allan Jardine 03dc5a31ac Fix: When using a DOM data source, the cell's data function, as a setter, would be called twice
- The issue was effectively duplicate code - for 1.9- compatiblity when
  I introduced 1.10 I had the set function run specifically if a DOM
  node was given. But later in the 1.10 series when it became possible
  to have the data written to an object rather than an array, that code
  would itself call the setter, thus leading to two calls when there is
  a DOM node present for the row.
- The first is simply to remove the code that was running the setter for
  the DOM specific case.
- This fixes DataTables/DataTables #638 and thread 25846. Thanks to
  @Jamaur and @strang91 for following up on this.
2015-08-25 15:10:06 +01:00
..
dataTables.bootstrap.js Sync with latest DataTablesSrc 2015-08-12 19:50:30 +01:00
dataTables.bootstrap.min.js Add minified integration files 2015-08-12 20:17:46 +01:00
dataTables.foundation.js Sync with latest DataTablesSrc 2015-08-12 19:50:30 +01:00
dataTables.foundation.min.js Add minified integration files 2015-08-12 20:17:46 +01:00
dataTables.jqueryui.js Sync with latest DataTablesSrc 2015-08-12 19:50:30 +01:00
dataTables.jqueryui.min.js Add minified integration files 2015-08-12 20:17:46 +01:00
jquery.dataTables.js Fix: When using a DOM data source, the cell's data function, as a setter, would be called twice 2015-08-25 15:10:06 +01:00
jquery.dataTables.min.js Fix: When using a DOM data source, the cell's data function, as a setter, would be called twice 2015-08-25 15:10:06 +01:00
jquery.js Dev: Update to jQuery 1.11.3 2015-04-30 14:00:53 +01:00