You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use table method deleteItem to remove an item by referencing the row number '#' (This is the automatically added row number using data-rownum="true" on table creation.
I've tried: table.deleteItem(0,val).draw(); and table.deleteItem(1,val).draw();
and table.deleteItemByName('#',val).draw();
Where val is the row number id like to remove from the table.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to use table method deleteItem to remove an item by referencing the row number '#' (This is the automatically added row number using data-rownum="true" on table creation.
I've tried:
table.deleteItem(0,val).draw(); and table.deleteItem(1,val).draw();
and
table.deleteItemByName('#',val).draw();
Where val is the row number id like to remove from the table.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions