We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying make nested treegrids but get error: Uncaught TypeError: Cannot read property 'getChildNodes' of undefined
Code:
<table class="tree"> <tr class="treegrid-1"> <td>ID</td> <td>Client</td> <td>Date</td> <td>Status</td> </tr> <tr class="treegrid-2 treegrid-parent-1"> <td colspan="7"> <table class="tree table table-bordered"> <tr class="treegrid-6"> <td>Test</td> </tr> <tr class="treegrid-11 treegrid-parent-6"> <td>Test2</td> </tr> </table> </td> </tr> </table>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying make nested treegrids but get error: Uncaught TypeError: Cannot read property 'getChildNodes' of undefined
Code:
The text was updated successfully, but these errors were encountered: