There is a new feature since Tiki11 in Trackers to allow Inline editing of items (using ajax_inline_edit), from the list of displayed items.
You can enable it at Admin home > Trackers > Configuration (tab) > Inline editing > Tracker list inline editing
Once enabled, you can
Param "editable", with the list of fields to be editable, or the whole list of displayed items, with param "editableall=y"
You will see this icon next to each value that can be edited inline.
A similar behavior happens with the results from PluginTrackerList or PluginTrackerFilter :
See PluginTrackerList or PluginTrackerFilter for more information.
See also PluginList with editable filters
Alias names for this page: Inline Edit | InlineEdit | TrackerInlineEdit