I am using gwt sdk 2.6.0 .
Please find my simplified problem statement below,
I have a CellTable containing Column as A and B . Col A contains non-editable value and Col B contains dropdown (SelectionCell) .
Col B dropdown options should be different in each row depending upon value of Col A .
I am able to render fixed value for dropdown options (i.e: same for all rows) but not dynamically different option as per my above description .
e.g: if Col A contains value as 'a' then , Col B will contain dropdown with options {x,y} and if Col A contains value as 'b' then , Col B will contain dropdown with options {y,z} ... which means set of values present in dropdown (in Col B) in each row changes depending on value of column A