clarification please
in this line:
what is the value (not in quotes) and what is the index? when i use it like so:
The third element gets selected when the table is generated, as expected, but seems weird I need to provide more than just the index of the element I want selected. Thanks!
obj.setSelectionProperty("value", value, index);
what is the value (not in quotes) and what is the index? when i use it like so:
obj.setSelectionProperty("value", 2, 2);
The third element gets selected when the table is generated, as expected, but seems weird I need to provide more than just the index of the element I want selected. Thanks!
doolittle
May 3,