I would like to have an ace:datatable where I can compare an “old” object against a “new” object.
Unfortunately I can only use List of Object to handle only one Object per row. Is it possible to handle more than one object per row?
I would like to have an ace:datatable where I can compare an old object
Share
If both lists will have always the same size you could try something like this.
However i don’t really like this because it can lead to index out of bound exception
Perhaps you could also try playing with nested datatables.