Skip to content

Commit 12aedd9

Browse files
author
allan@datatables.net
committed
7711d9dddb82a26fd6828b6e705401d74ee1845a Update: Examples and docs to have consistent code formatting
Update: Buttons integration example to use `-init layout` for DT2 bf6f319a5081fc8e4f29266df6693f5933265df5 Fix: Linting errors - no functional change e7e0ba6c9056e8ef0ff457e88791cabf5b291f29 New: DataTables 2 support. Please note that Responsive 3 does not support DataTables 1.x due to the use of new API methods available only with DataTables 2. c0d11d2477f6dff19279a73d2f0ebb424c6a3635 New: Support for multi-row headers and footers New: Support for "complex" headers and footers (with `colspan` and `rowspan` attributes). fb9032831f110d035223a4d4fea645d77e7822c3 Test: Add tests for complex headers DD-501 d3c4d18076407fd228bde2c3606ee4b042a11d86 Fix: Remove Responsive added classes when destroying a DataTable Test added DD-887 5e2d5704cdd318ec6e9f4b5b6684e143f2a76223 Dev - fix: Calculation table was not being constructed correctly We wanted all columns which are not hidden by DataTables, but do what the columsn which are hidden by Responsive. The `:visible` filter removed them both. Filter updated. 6df6faee8dd8a3e946275c5cded518cff31efb76 Fix: Second parameter passed into `-init responsive.details.renderer` should have been an integer (the row index), instead it was given as an array. Note that this is a breaking change if you had a custom renderer. It is easy to update your code for - use a row index rather than the array. If you are using the DataTables API to get the row information based on the index passed in, it will handle this automatically so no change may be needed. DD-755 Tests updated 4424b1db1cfd4fd89a2ceb25a344bf263d53ce2f Fix: When `-init responsive.details.renderer` returns `false` the `display` control does not attempt to show the row details (be it in a modal or child row). DD-754 b0452ab5453ab16d8817ba9778040b7e681ab297 Fix: `-event responsive-resize`'s third argument would incorrectly say that Responsive had hidden columns which were hidden by DataTables' own column visibility. For consistency with other parts of the API this has been updated to reflect only what Responsive controls. DD-756 0f54e4d9577e7d2bb7e4dc1a84dec04878dfc160 New: `listHiddenNodes` renderer which moves the DOM nodes around rather than cloning them for the details display. It has been in for a while, but it is finally time to promote it into the documentation and have it officially supported. ab354c0528981a970cea9f1ea73c686665eaf1d3 New: Rows which are expanded (details shown, regardless of the display type) now have a `dtr-expanded` class on them. Previously they had a `parent` class which has now been updated to be more consistent with other DataTables class names. Fix: `listHiddenNodes` was not reinserting the details elements while the page size was dynamically changed. DD-772 Tests added. 7560861867b5c4687d2ba61a2322c1b30dea6b5f Update: Use CSS borders to create the arrows for child row control rather than UTF-8 icons. Consitency between fonts was a problem. 83b6297146645160068b0a53f3efbfd7d3baa50b Fix: Potential endless loop when redrawing the child row could cause a Responsive update. Fix is to rework how the sizing table is constructed. Rather than simply cloning the cells from a single place, it can now get the cell contents from the table directly or from the node store if the nodes were moved for `listHiddenNodes`. ff9bb28bf7bd519973679a0e75155b29d45d3cb6 Dev: Reformatting code with prettier-m 500fd1bc64639e733ca3ebf72996c7d05069447d Update: Support for DataTables 2's use of `colgroup` and `col` tags 91552b901a50c5bd1b2403b49f76b866a63a65f4 Dev: Correct the dark mode colour control for the arrows DD-2776 fec9853f44a6f03440c50a59c71b9f1dd924baef Fix: Open / close icon was not correct for jQuery UI, Foundation and Fomantic UI when used with a modal display DD-2775 1a7c9f46e0db7865b85228c31055918a76568ed3 Dev - fix: colgroup > col index calculations were wrong for selecting which column it should operate on DD-2806 f02dced6381548463ad303e03d0ac86a76084982 Test update: Responsive is now async in its response to column visibility change from DataTables, in order to try an improve performance (one action for multiple column visibility changes). This has meant a change to some tests to introduce a small delay. Additionally, due to different padding and layout, one test needed to be updated for which columns were visible. Sync to source repo @f02dced6381548463ad303e03d0ac86a76084982
1 parent 36b1a0d commit 12aedd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"src-repo": "http://github.com/DataTables/Responsive",
1616
"last-tag": "2.5.0",
17-
"last-sync": "78abad26806853591efde2a55fe1e710e59d4ab6"
17+
"last-sync": "f02dced6381548463ad303e03d0ac86a76084982"
1818
}

0 commit comments

Comments
 (0)