📄️ Custom Detail View
Expands an item to show additional information.
📄️ Datasource Add
Tries to get a URL where new entries can be added from the datasource.
📄️ Datasource Delete
Deletes entries from datasource, if supported.
📄️ Datasource Detail View
Expands an item to show additional information.
📄️ Datasource Edit
If there is an URL where entries can be edited, this action will redirect there.
📄️ Datasource Inline Add
If data source supports updates, this turns on inline editing.
📄️ Datasource Inline Edit
If data source supports updates, this turns on inline editing.
📄️ Datasource Refresh
Refreshes data in the grid, without refreshing the whole page. Useful for example on deletion.
📄️ Datasource View
If entry has a view URL, this action will redirect to that URL.
📄️ Detail View
Expands an item to show all the fields, including the fields available on Detail View. This action is not supported by Legacy view.
📄️ Get Data Query
Gets the query as it's setup in the data source. Note that the query is specific to each data source.