Multiple tables - Row missing

Multiple tables - Row missing

BenGenestBenGenest Posts: 1Questions: 1Answers: 0

Hi,

I have a main table on my page listing some groups. In each row I have a button expanding a <tr> with a new table listing all people assigned to this selected group.
I'm using DataTable for those hidden tables that are loaded (not in the DOM) only when the button is clicked.

My issue is with the number of rows returned. When I load the page, numbers are accurate.

  • If I expand one table, total number of people is good
  • I load another one (removing the first one from the DOM), total number is good
  • I re open the first one, total number is wrong, I have rows missing.

I would like to know if someone has experienced the same kind of issue and maybe can assist.

Thanks a lot

This discussion has been closed.