Pre-select a subset of rows
Hi all,
I'm using javascript to populate and I need to pre-select a subset of rows. I know the values that I have to pre-select but I don't know their position because I'm using sort().
So, I guess I have to find the index of each value that I need to pre-select and put them all in the selected array. Is this correct?
Can anyone give me a clue about how to do it?
Thanks in advance.
I'm using javascript to populate and I need to pre-select a subset of rows. I know the values that I have to pre-select but I don't know their position because I'm using sort().
So, I guess I have to find the index of each value that I need to pre-select and put them all in the selected array. Is this correct?
Can anyone give me a clue about how to do it?
Thanks in advance.
March 23,