-
Notifications
You must be signed in to change notification settings - Fork 36
Comparing changes
Open a pull request
base repository: DataTables/Dist-DataTables
base: 2.3.7
head repository: DataTables/Dist-DataTables
compare: 2.3.8
- 16 commits
- 7 files changed
- 2 contributors
Commits on Aug 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 31e03f9 - Browse repository at this point
Copy the full SHA 31e03f9View commit details
Commits on Feb 23, 2026
-
e1ce7d5b3c3d1ba96f1e56c62f150159717273b0 Fix: jQuery UI styling when …
…used with FixedHeader - the header would have slightly different styling when floating (bold and decreased padding) https://datatables.net/forums/discussion/81693 Sync to source repo @e1ce7d5b3c3d1ba96f1e56c62f150159717273b0
dtbuild committedFeb 23, 2026 Configuration menu - View commit details
-
Copy full SHA for 2a1cd63 - Browse repository at this point
Copy the full SHA 2a1cd63View commit details -
c80819203665e953d32365e4aae3a378242eff76 Fix: Discount
dialogtags ……when calculating column widths gh#376 Sync to source repo @c80819203665e953d32365e4aae3a378242eff76
dtbuild committedFeb 23, 2026 Configuration menu - View commit details
-
Copy full SHA for 563bd2e - Browse repository at this point
Copy the full SHA 563bd2eView commit details
Commits on Mar 12, 2026
-
6abc22f100fc712bd058e1ab08c6664e12f9a831 Fix: Don't include `<templat…
…e>` tags in the sizing table DataTables/DataTablesSrc@9f7d24c DataTables/DataTablesSrc#376 (comment) Sync to source repo @6abc22f100fc712bd058e1ab08c6664e12f9a831
dtbuild committedMar 12, 2026 Configuration menu - View commit details
-
Copy full SHA for ee6310a - Browse repository at this point
Copy the full SHA ee6310aView commit details
Commits on Mar 13, 2026
-
bddd58d641410a2caf30f436a052b1b1ec364f63 Fix: Accessabillity - remove…
… the -tag tfoot element if it is empty https://datatables.net/forums/discussion/81708/ Backported from DataTables/DataTablesSrc@bab0644 Sync to source repo @bddd58d641410a2caf30f436a052b1b1ec364f63
dtbuild committedMar 13, 2026 Configuration menu - View commit details
-
Copy full SHA for 31551d9 - Browse repository at this point
Copy the full SHA 31551d9View commit details
Commits on Mar 19, 2026
-
707891039fe995c2f107f453361a954f871eb16c Fix: XHTML fix for when scol…
…ling is enabled gh#378 Sync to source repo @707891039fe995c2f107f453361a954f871eb16c
dtbuild committedMar 19, 2026 Configuration menu - View commit details
-
Copy full SHA for 53ff1d8 - Browse repository at this point
Copy the full SHA 53ff1d8View commit details
Commits on Mar 31, 2026
-
8283888a3ef13b0f884100947577e21c8d4c852f Fix: Multi-line html element…
…s could still cause issues for column sizing Back ported from `3` DataTables/DataTablesSrc@36a4dac Sync to source repo @8283888a3ef13b0f884100947577e21c8d4c852f
dtbuild committedMar 31, 2026 Configuration menu - View commit details
-
Copy full SHA for 70b3138 - Browse repository at this point
Copy the full SHA 70b3138View commit details
Commits on Apr 1, 2026
-
Merge branch 'master' of github.com:DataTables/Dist-DataTables
dtbuild committedApr 1, 2026 Configuration menu - View commit details
-
Copy full SHA for a8e7d5f - Browse repository at this point
Copy the full SHA a8e7d5fView commit details -
dtbuild committed
Apr 1, 2026 Configuration menu - View commit details
-
Copy full SHA for a303432 - Browse repository at this point
Copy the full SHA a303432View commit details
Commits on Apr 8, 2026
-
bc937dbb0b17ba8f6c4fa74d829a410e257c3ad5 Dev: use the release feed fo…
…r cdn examples build Sync to source repo @bc937dbb0b17ba8f6c4fa74d829a410e257c3ad5
dtbuild committedApr 8, 2026 Configuration menu - View commit details
-
Copy full SHA for fa97770 - Browse repository at this point
Copy the full SHA fa97770View commit details
Commits on Apr 10, 2026
-
ebb386114c96d890c388b090fbb72ffc2a032134 Fix: Keyboard tabbing will n…
…o longer land on hidden elements in a scrolling table DataTables/DataTablesSrc#379 Partial backport from DataTables/DataTablesSrc@67c33d6 Sync to source repo @ebb386114c96d890c388b090fbb72ffc2a032134
dtbuild committedApr 10, 2026 Configuration menu - View commit details
-
Copy full SHA for bae3881 - Browse repository at this point
Copy the full SHA bae3881View commit details
Commits on Apr 20, 2026
-
488b52aea869cbb8a06645c1d67146707fd97436 Fix: Don't mix UTC and timez…
…one processing. It results in offsets where they aren't wanted. https://datatables.net/forums/discussion/81753/ Back ported from DataTables/DataTablesSrc@df1a6df 8a9a2719d5b27c6f96ee941a06365d283c3a9ff8 Merge branch 'master' of github.com:DataTables/DataTablesSrc Sync to source repo @8a9a2719d5b27c6f96ee941a06365d283c3a9ff8
dtbuild committedApr 20, 2026 Configuration menu - View commit details
-
Copy full SHA for b7499d4 - Browse repository at this point
Copy the full SHA b7499d4View commit details
Commits on Apr 21, 2026
-
00c4f1a0efba92ea4f012d78665ee1a4c23ee4d8 Fix: Improved timezone suppo…
…rt for date and time renderers - time zone is not shifted when displaying a date / time (i.e. the displayed timezone matches the input). Backported from DataTables/DataTablesSrc@f2ccf3c Sync to source repo @00c4f1a0efba92ea4f012d78665ee1a4c23ee4d8
dtbuild committedApr 21, 2026 Configuration menu - View commit details
-
Copy full SHA for 41348f2 - Browse repository at this point
Copy the full SHA 41348f2View commit details
Commits on Apr 22, 2026
-
2b908b9e2c3a8404e86a831b1c7e98d3ca587f56 Fix: If the table holds no d…
…ata for the page when being drawn and paging is held (i.e. the rows have been deleted), then the paging will "rewind" to the previous page now. https://datatables.net/forums/discussion/81741 Backported from v3: DataTables/DataTablesSrc@9c2441d Sync to source repo @2b908b9e2c3a8404e86a831b1c7e98d3ca587f56
dtbuild committedApr 22, 2026 Configuration menu - View commit details
-
Copy full SHA for 3411f7b - Browse repository at this point
Copy the full SHA 3411f7bView commit details
Commits on Apr 27, 2026
-
6e7650e79da74bde9779f59a3cbb24d3384851f4 Release 2.3.8
Sync to source repo @6e7650e79da74bde9779f59a3cbb24d3384851f4
dtbuild committedApr 27, 2026 Configuration menu - View commit details
-
Copy full SHA for f5a2ee7 - Browse repository at this point
Copy the full SHA f5a2ee7View commit details -
dtbuild committed
Apr 27, 2026 Configuration menu - View commit details
-
Copy full SHA for 77dd1e1 - Browse repository at this point
Copy the full SHA 77dd1e1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.3.7...2.3.8