I cannot move elements of the table which are hidden in another page of pagination
I cannot move elements of the table which are hidden in another page of pagination
![arcanisgk](https://secure.gravatar.com/avatar/8ea00434f21764cd6d7055f018c4dd1f/?default=https%3A%2F%2Fvanillicon.com%2F8ea00434f21764cd6d7055f018c4dd1f_200.png&rating=g&size=120)
I cannot move elements of the table, which are hidden in another page of pagination.
i have build huge bulk of td Content Like this, around 1000:
<td>
<button type="button" class="btn btn-primary" data-toggle="ships" >Send Ships</button>
<div class="ships"></ships>
</td>
Some of this are hidden becouse the pagination.... show 10 per Page...
when i try to move all div with this class: .ships to other div, out of the current table DOM, it only move the current view page/pagination and not the other hidden....
$('.ships').appendTo("#ships-js");
This discussion has been closed.
Answers
solved with this: