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

Table in table issue #7

Closed
liuspcn opened this issue Dec 18, 2013 · 1 comment
Closed

Table in table issue #7

liuspcn opened this issue Dec 18, 2013 · 1 comment

Comments

@liuspcn
Copy link

liuspcn commented Dec 18, 2013

First, GOOD job!

pardon me for my poor english!

Extend or collapse raise ERROR:"...null" on browser console when I put the grid(table) in a table.

my way to fix:
at line 54: change "$($(this).parents('tr')).treegrid('toggle');" to "$($(this).closest('tr')).treegrid('toggle');"
at line 541: change "return $(this).parents('table');" to "return $(this).closest('table');"

VERSION: 0.1.8.

thinks!

@maxazan
Copy link
Owner

maxazan commented Dec 18, 2013

Fixed in 0.1.9
Thanks for your help

@maxazan maxazan closed this as completed Dec 18, 2013
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

2 participants