Hi..
How cat I get this:
the renderer shows me all my whanted value (it's work fine),
but, I whant to set spcipic value in every row in the list.
I mean, if I selected index 0, then I get just the id as selected value.
now I get value unknow because my rendere show:
checkBox, id, name.
I want to set as value only the id, but show this data (checkBox, id, name)
I was traied to creat a table, but it is not good to my code..