Row details does not appear
Row details does not appear
Hello
I try to apply the demo from this link https://datatables.net/extensions/responsive/examples/child-rows/custom-renderer.html
But the row details does not appear and here is a test
https://codepen.io/go-sudo/pen/Popaogz
Regards
Answers
Have you tried shrinking the web page to cause responsive to kick in? Here is your test case with a reduced page:
Kevin
Hello @kthorngren
but on the Example the row is here without shrinking the page
Regards
Thats because the container it is in is smaller than the width of all the columns. Place your table in a
div
that is set to a specific max size, for example:You will see there are hidden columns with the responsive plus sign. It is possible to force certain columns to always be responsive, like this example. IS this what you are looking for?
Kevin