Add dataTable after bDestroy
Add dataTable after bDestroy
ratm54
Posts: 9Questions: 0Answers: 0
Hello,
I suggest a modification concerning the creation of table after destruction in function this.fnDestroy on line 2198 :
[code]nOrig.appendChild( oSettings.nTable );[/code]
Indeed i have a div with button under the dataTable and after function "this.fnDestroy" my button is upper the dataTable.
I think the best way to recreate dataTable is to keep the node nOrig and delete all the element under this node.
Thus, you have keep position of nOrig.
I suggest a modification concerning the creation of table after destruction in function this.fnDestroy on line 2198 :
[code]nOrig.appendChild( oSettings.nTable );[/code]
Indeed i have a div with button under the dataTable and after function "this.fnDestroy" my button is upper the dataTable.
I think the best way to recreate dataTable is to keep the node nOrig and delete all the element under this node.
Thus, you have keep position of nOrig.
This discussion has been closed.
Replies
Allan