Skip to content

Commit

Permalink
02bdbb893b6b0dc34983ebaf6796b06b47dd18ec Tests: Wasn't properly doing…
Browse files Browse the repository at this point in the history
… a destroy action when there were multiple tables!

c23b0484f8dcdd99930365dacd061940ab98f182 Fix: The automatic resize handling wouldn't allow the content to get smaller.

The fix took a lot longer than what the title suggests, but it basically
boils down to the fact that when you call `.observe()` it will
immediately trigger a callback (if the element is visible!) which I very
much did not expect. Accounting for that allows things to work as
expected.

Sync to source repo @c23b0484f8dcdd99930365dacd061940ab98f182
  • Loading branch information
dtbuild committed Jan 8, 2025
1 parent 59370e7 commit 71733ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "2.2.0",
"last-sync": "4652edd0ac3e010443a6ec392c94a62d6e424cb5"
"last-sync": "c23b0484f8dcdd99930365dacd061940ab98f182"
}

0 comments on commit 71733ab

Please sign in to comment.