I need to add some push buttons to table rows or if possible a toolbar and they should be visible all the time.
AFAIK my options are EditingSupport and TableEditor. The former only gets created when user actually selects the cell. While in order to use the latter I have to create & add TableItem manually and this is not possible since I populate the table via ContentProvider.
On 2013-03-12 07:14, Setya Mising name wrote:
> Hi all,
>
> I need to add some push buttons to table rows or if possible a toolbar
> and they should be visible all the time.
>
> AFAIK my options are EditingSupport and TableEditor. The former only
> gets created when user actually selects the cell. While in order to use
> the latter I have to create & add TableItem manually and this is not
> possible since I populate the table via ContentProvider.
>
> Any insights would be greatly appreciated.
A recommended strategy is to use a button snapshot as described here: