mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-10 22:24:10 +01:00
03dc5a31ac
- 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. |
||
---|---|---|
.. | ||
dataTables.bootstrap.js | ||
dataTables.bootstrap.min.js | ||
dataTables.foundation.js | ||
dataTables.foundation.min.js | ||
dataTables.jqueryui.js | ||
dataTables.jqueryui.min.js | ||
jquery.dataTables.js | ||
jquery.dataTables.min.js | ||
jquery.js |