I am developing an application which
1. MetaData Adapter will change the item names in getItems() call
2. Client can take UNCHANGED as value. It needs the real value whether it's changed or not

So which table I can use? I can't use SimpleTable because of UNCHANGED issue. I tried to use HandyTable because I couldn't get the update for each fields.

Thanks

Eric