GWT Decorated Cell Table input rendred onclick -
i have decoratedcelltable
can inline editing. when click on editbutton
nothing happens celltable
. when click cell want edit, cell rendered <input>
.
is there way render editable cells input clicking on editbutton
?
with celltable.seteditable(true);
doesn't work.
see cells defined per column not per entry in column.
the basic idea of cell widgets make widget light wieght not creating input elements each entry in column
.
so there can 1 input element can active in column @ point of time , same input element reused entire column.
hence not possible (as per know ) render editable cells input elements @ time.
Comments
Post a Comment