Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataTables/Dist-DataTables
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.5
Choose a base ref
...
head repository: DataTables/Dist-DataTables
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.6
Choose a head ref
  • 14 commits
  • 8 files changed
  • 1 contributor

Commits on Nov 24, 2025

  1. 1afd9b51aa0408e362b0bf88234e8636c8189a4a Fix: Leave HTML in when calc…

    …ulating the column widths for the table
    
    https://datatables.net/forums/discussion/81526
    
    Sync to source repo @1afd9b51aa0408e362b0bf88234e8636c8189a4a
    dtbuild committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    a1740a1 View commit details
    Browse the repository at this point in the history
  2. 927c4855e69ebe29374e2355728390bbb41352b5 Fix: If using `ajax.submitAs…

    … = 'json'` the contentType for the request is now automatically set to be `application/json; charset=utf-8`.
    
    Sync to source repo @927c4855e69ebe29374e2355728390bbb41352b5
    dtbuild committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    7613a0d View commit details
    Browse the repository at this point in the history
  3. b58fc0a26a46ad7497c5bb99203b264d7cf27dba Docs: Note the contentType b…

    …eing set for ajax.submitAs
    
    Sync to source repo @b58fc0a26a46ad7497c5bb99203b264d7cf27dba
    dtbuild committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    9b5500f View commit details
    Browse the repository at this point in the history
  4. 39ff77a7041b2ab61063928aa11c7ac10166f702 Fix: Bootstrap 5 styling wit…

    …h some themes could cause the header to grow vertically.
    
    The change to align-items: center actually means that the height is
    irrelevent - it could be set to 0, and should be removed in a future
    version
    
    https://datatables.net/forums/discussion/81536/
    
    Sync to source repo @39ff77a7041b2ab61063928aa11c7ac10166f702
    dtbuild committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    f5848b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. d16598760a91867a274b918c17a027eccbef1bf3 Fix: Bootstrap 5 with a `tab…

    …le-responsive` wrapper shouldn't change the top/bottom margin of the layout rows.
    
    gh#369
    
    Sync to source repo @d16598760a91867a274b918c17a027eccbef1bf3
    dtbuild committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    38ab2b0 View commit details
    Browse the repository at this point in the history
  2. 7ff4bc952993e6570672390cc86be7bcf09e7ec6 Fix: Improving auto column w…

    …idth calculations - allow removed HTML to wrap
    
    https://datatables.net/forums/discussion/81526
    
    Sync to source repo @7ff4bc952993e6570672390cc86be7bcf09e7ec6
    dtbuild committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    dfabbeb View commit details
    Browse the repository at this point in the history
  3. 8eb9c48f82247932525460c6affa96d7f014be1f Fix: Encoded entities could …

    …cause column width auto-calculation errors
    
    https://datatables.net/forums/discussion/81526/
    
    Sync to source repo @8eb9c48f82247932525460c6affa96d7f014be1f
    dtbuild committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    672684e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. 0edfb72ce5e8dcf9307b69e31fd3bb50350091d8 Fix: Table child elements sh…

    …ould conform of HTML specification
    
    gh#370
    Back ported from b4dec7bbdb123725d07b967223a48b6494dfe97b
    
    Sync to source repo @0edfb72ce5e8dcf9307b69e31fd3bb50350091d8
    dtbuild committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    7f2c13e View commit details
    Browse the repository at this point in the history
  2. a0664009d791cea3a4c05e7f9cbc60df4c71fe88 New: columnTitleTag option…

    … which can be used to change the wrapper element type for the title / order display in the column header cell. It is `span` by default, and can be made a `div` using this option. This option is temporary and the default will be `div` for v3
    
    https://datatables.net/forums/discussion/81582
    
    Sync to source repo @a0664009d791cea3a4c05e7f9cbc60df4c71fe88
    dtbuild committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    ba1021c View commit details
    Browse the repository at this point in the history
  3. 0b56dbf0d83f2457aaa105ebd7a7de32b2d09ee3 Fix: When calculation column…

    … widths, content from a `script` tag should not be included.
    
    https://datatables.net/forums/discussion/81583/
    
    Sync to source repo @0b56dbf0d83f2457aaa105ebd7a7de32b2d09ee3
    dtbuild committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    8d551f2 View commit details
    Browse the repository at this point in the history
  4. 137230d3689fa4021da4fdc2ab0bdc9a6b46e26e Dev: Make test case insensitive

    Sync to source repo @137230d3689fa4021da4fdc2ab0bdc9a6b46e26e
    dtbuild committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    1483d96 View commit details
    Browse the repository at this point in the history
  5. 8ac26da4545515302a3bf4c7b5217d4508d3f4b7 Dev: Well that was disappoin…

    …ting. Forgot the replacement!
    
    1f88660694287d6332ce3b2083ee85644839f92d Dev: And going to make it breakable
    
    Sync to source repo @1f88660694287d6332ce3b2083ee85644839f92d
    dtbuild committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    d7946fd View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. b10fe2c01fe4f23b89984419d769cb44ae5482b3 Release 2.3.6

    Sync to source repo @b10fe2c01fe4f23b89984419d769cb44ae5482b3
    dtbuild committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    d51ac35 View commit details
    Browse the repository at this point in the history
  2. Sync tag release - 2.3.6

    dtbuild committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    c111486 View commit details
    Browse the repository at this point in the history
Loading