selecting selectables as a row
Hi there,
i´m trying to connect a few selectables, using ui selectable lists.
the result should look like a table.
i´ve divided it into columns, each of it as a sortable, to change the order of the columns.
now i do have some divs as columns, each with a few rows in it.
if i select one row in one column i want to select that row in every column.
i can catch the event, and get the attribute of that row in that column. this attribute is the same in all row/column i want to select with this click.
i tryed to select them by a selector, but it tells me, i can not enable a selectable by selectable('enable') because it is not allready instantiatet.
After a search and a bit of thinking i recognized, that not each element in my list is "selectable" but the whole list is "selectable". So i think i need a way to get that element out of each selectable list which i want to select.
can anybody give me a hint on that?
thanks,
daniel