You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:$(this).parents('tr')).treegrid('toggle');" to "$ ($(this).closest('tr')).treegrid('toggle');"$(this).parents('table');" to "return $ (this).closest('table');"
at line 54: change "$(
at line 541: change "return
VERSION: 0.1.8.
thinks!
The text was updated successfully, but these errors were encountered: