In my data table, there are numerous entries with child tables on each row of the main table.
I am currently in the process of incorporating this type of functionality into my table, with a few modifications to create a table within the child row. You can find more information and examples here: https://datatables.net/examples/server_side/row_details.html
One issue I have encountered is that when I view my page containing the datatables, it displays differently based on the resolution. On a 1080p screen, everything functions as expected, showing a button that, when clicked, reveals the child table. However, on smaller resolutions, this button is not visible. The image below illustrates how the button disappears on lower resolutions: