Problem/Motivation
The Hidden / Expandable column functionality should be updated.
Steps to reproduce
No need.
Proposed resolution
According to the DataTables docs, we need to use Child rows with StateSave. See https://datatables.net/examples/api/row_details_stateSave.html.
Remaining tasks
None.
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork datatables-3590699
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
just-me commentedComment #3
just-me commentedComment #5
just-me commentedI've merged the parent branch(from jQuery to Vanilla JS).
I've updated the Hidden / Expandable column functionality according to the new API.
Short review:
Please review it.
Comment #6
just-me commentedUpdated according to the PR suggestions.
Comment #7
quadrexdevLooks good
Comment #8
just-me commentedMerged to 2.x, thanks to everyone.