i have created a datatable with three nested datatables but when i click to close a nesteddatatable
i have created a datatable with three nested datatables but when i click to close a nesteddatatable
ervis
Posts: 1Questions: 1Answers: 0
i have created a datatable with three nested datatables but when i click to close a nested datatable it wont close if i already opened another one
Answers
I wonder if its closing then reopening due to event propagation. Maybe you need to use Event.stopPropagation(). Hard to say without seeing the problem. Please post a link to your page or a test case replicating the issue so we can help debug.
https://datatables.net/manual/tech-notes/10
Kevin