You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: Resources/doc/columns.md
+2
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ With 'null' initialized options uses the default value of the DataTables plugin.
54
54
| mapped | bool | true || Allow to create columns not mapped in entity neither defined by DQL. |
55
55
| is_association | bool | false || Allow to force if the column is an association, usally used with `mapped` and `data_source`. |
56
56
| data_source | null or string | null || Specify the column source of the data to manipulate in the current column. Usally used with `mapped` and `data_source`. |
57
+
| compute_total | bool | false || Compute the total of numbers of all the row selected by the query. Totals will be displayed on a header row. |
57
58
58
59
### Example
59
60
@@ -761,6 +762,7 @@ public function buildDatatable(array $options = array())
0 commit comments