Skip to content
New issue

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

Nested treegrid #59

Open
ivaaaan opened this issue Jan 14, 2017 · 0 comments
Open

Nested treegrid #59

ivaaaan opened this issue Jan 14, 2017 · 0 comments

Comments

@ivaaaan
Copy link

ivaaaan commented Jan 14, 2017

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant