Hi,

i've seeing the examples and trying to modify them for test, and i have a doubt.

I want to do this:
a page with a list of items, but knowing that one of the items must appear twice. (lets call it 'itemX')

The only way i have found to do this is defining two tables, one of them (Table A) with the whole list (with itemX only once) , and another table (Table B) only with itemX.

Is this the only way to resolve it?

I've test it and works fine, but then, i found another problem.. each update, the function "formatValues" makes changes in the styles of the items, but i want some changes in the items of "Table A" and another kind of changes in the items of "Table B"..

I want to use the same function "formatValues" for both tables... but how can i know which table belong each item inside this function??

Thanks