I can not delete a row using fnDeleteRow(rowElement), but fnDeleteRow(rowIndex) can work
I can not delete a row using fnDeleteRow(rowElement), but fnDeleteRow(rowIndex) can work
I get a jquery object "row" and alert($(row)), it shows "[object object]", and alert($(row).get()), it shows "[object HTMLTableRowElement]". then i use the fnDeleteRow(row), fnDeleteRow($(row)) and fnDeleteRow($(row).get()), all of these can not delete this row. Is there anybody can help me?
This discussion has been closed.
Replies
Allan