Nested data tables' sub-data table don't have functionality

Nested data tables' sub-data table don't have functionality

n3pixn3pix Posts: 1Questions: 1Answers: 0

Link to test case: https://jsfiddle.net/m8yd1xro/
Error messages shown: None
Description of problem: I have nested data tables filled with data acquired from database with PHP PDO. Data works well and fits well as shown in HTML. Main data table has functionality to expand, filter, search etc. but the nested data tables don't have any functionality, they are being initialised properly and they have registered click event listeners but for some reason, I can't figure it out why it doesn't work. Can you help me, please? Thanks!

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Thanks for the test case, but to be able to reproduce the issue, we'll need tables that contain data. Please could you update the test case please so that it can demonstrate the issue you want help with,

    Colin

Sign In or Register to comment.