How do I change large amounts of table data.
Hello all,
What I want to is have a interger attribute that dependning on what number is it to have all the rows greater than the number move up one slot from a table. For example
I have 5 inventory slots
Each slot is referenced by a table row but it you remove item 2 from your inventory I want all the other rows greater than 2 to move from there row to there row -1. So it fills in the empty spot. Hope that makes sense.
I dont want to delete rows asI will reuse them.
Thanks
What I want to is have a interger attribute that dependning on what number is it to have all the rows greater than the number move up one slot from a table. For example
I have 5 inventory slots
Each slot is referenced by a table row but it you remove item 2 from your inventory I want all the other rows greater than 2 to move from there row to there row -1. So it fills in the empty spot. Hope that makes sense.
I dont want to delete rows asI will reuse them.
Thanks
Answers
Do as @ORBZ said then you can keep your order.
HC