Different cell editor modes : standard and in-place

Top  Previous  Next

Table has two editor modes: standard (case-insensitive "just" value of the property ) and in-place (case-insensitive "inplace" value of the property). "Just" is the default value of the editor mode. In this case you see the corresponding editor component in cells at once. If you use inplace edit mode then the corresponding editor component will appear in the cell after double clicking.

 

For example:

 

<table:table id="table1"

               columnSelectionAllowed="false"

               width="90%"

               ...

               editorMode="INPLACE" ... >