[SOLVED] What is the correct LIST syntax to add 'delete' (item) functionality?
In Plugin Tracker List there is an option to add a 'Delete' column (called 'Action'):
which looks like this when added:
I'm sure there is similar functionality in Plugin LIST, however, after reviewing all the Docs I did not find it. Also, I tried the 'Convert to LIST' feature (from Plugin Tracker List) but it did not convert (nor was an message provided that it was not converted...)
So I tried a number of options starting with the simple, just adding a 'display' at the very top (so above the 'Column' section), tried a few variations:
- {display name="action" format="trackerrender"}
- {display name="delete"}
- {display name="delete" format="trackerrender"}
- probably a few more, none seemed to work.
So next I added the 'Column' and 'Filter' lines:
- {column field="tracker_item_delete" label="DELETE?" sort="tracker_item_delete" mode="raw"}
- {FORMAT(name="tracker_item_delete")}{display default="" name="tracker_item_delete" format="trackerrender"}{FORMAT}
- in addition to the one example above I also tried variations like "tracker_delete", "tracker_action" "tracker_item_remove", but none seemed to work.
Can't help but think i'm close, anyone know how to configure this correctly?
Thanks,
Mike