Hi all,
What I am trying to do is disabling/enabling a bunch of checkboxes in a table cell. This would be an easy one, but I can not use for..loop. Just because I want to display about 5000 names and all of them have a checkbox. It would be too slow to iterate the entire array and set them one by one.
Since these boxes are in a table cell that has an id, I thought there might be some ways to give disabled/enabled status to the cell and the boxes would inherit the status in some "magical" way. Any ideas?
What I am trying to do is disabling/enabling a bunch of checkboxes in a table cell. This would be an easy one, but I can not use for..loop. Just because I want to display about 5000 names and all of them have a checkbox. It would be too slow to iterate the entire array and set them one by one.
Since these boxes are in a table cell that has an id, I thought there might be some ways to give disabled/enabled status to the cell and the boxes would inherit the status in some "magical" way. Any ideas?