111 | | * ''hidden'' - this type simply defined a column whose data are passed to the client, but not displayed in any way. For example, if you'd like to pass the entry ID to the client, for use in actions, but would not like the user to see it, you could define the column like this: |
112 | | * {{{array("ListedModel.id", "", "", "hidden),}}} |
113 | | * There are a few reasons to do this, If you'd like to use this column's data: |
114 | | * In an action (explained bellow), but don't want the data itself to show up. |
115 | | * In data post-processing. The column which do not appear in the columns array are not present when the data is given to the custom post-processing function. |
| 111 | * ''hidden'' - this type simply defined a column whose data are passed to the client, but not displayed in any way. For example, if you'd like to pass the entry ID to the client, for use in actions, but would not like the user to see it, you could define the column like this: |
| 112 | * {{{array("ListedModel.id", "", "", "hidden),}}} |
| 113 | * There are a few reasons to do this, If you'd like to use this column's data: |
| 114 | * In an action (explained bellow), but don't want the data itself to show up. |
| 115 | * In data post-processing. The column which do not appear in the columns array are not present when the data is given to the custom post-processing function. |