I have the code that adds rows to a grid working (which I will share later).
So how would I delete a row from a grid called myGrid?
the following does not work for me:
Code: Select all
Tiggr("myGrid tr:eq(1)").remove();
I have the code that adds rows to a grid working (which I will share later).
So how would I delete a row from a grid called myGrid?
Tiggr("myGrid tr:eq(1)").remove(); // this would delete the second row of the table
OK. So it is essentially a table?
cool, thanks!
do you have any sample code for manipulating the grid (adding\deleting rows)?
What would also be nice is if there was a way to create a split list.