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

Bug with ExpandRow if I have another expand row tables inside #932

Closed
levcoder opened this issue Oct 15, 2019 · 0 comments
Closed

Bug with ExpandRow if I have another expand row tables inside #932

levcoder opened this issue Oct 15, 2019 · 0 comments

Comments

@levcoder
Copy link

Hello, if we have expand row in table and inside this expand row also have expand row table that dont work (open / close) sub table

Bug: https://gfycat.com/BestDisguisedLark
after replace
Fixed: https://gfycat.com/NewRegularAcouchi

Code:

$row = $el.closest('tr'), $container = $cell.find('.kv-expand-detail'),

$row = $el.closest('tr'), $container = $cell.find('.kv-expand-detail'),
to 
$row = $el.closest('tr'), $container = $cell.find('>.kv-expand-detail'),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants