Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
62af74d5
Commit
62af74d5
authored
Oct 17, 2016
by
LE GAC Renaud
Browse files
Update the documentation.
parent
e5c91702
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
docs/user/appendix_column.rst
docs/user/appendix_column.rst
+14
-6
No files found.
docs/user/appendix_column.rst
View file @
62af74d5
...
...
@@ -85,7 +85,20 @@ All columns
``renderer``
A string pointing to the javascript function rendering the value or
containing the function itself. The possible value is ``reprDuration``.
containing the function itself. The possible value is ``reprDuration`` or
``(function(value) {Ext.util.Format.number(value, '0.0')})``. In the last
syntax, the parenthesis at the beginning and at the end are mandatory.
``summaryRenderer``
A string containing the function to render the summary value, *e.g*
``(function(value) {Ext.util.Format.number(value, '0.0')})``. The
parenthesis at the beginning and at the end are mandatory.
See the documentation for more complex strategy.
``summaryType``
Summary are computed over the column values.
Possible functions are ``"count"``, ``"sum"``, ``"min"``, ``"max"`` and
``"average"``.
``text``
the string containing the label of the column.
...
...
@@ -121,11 +134,6 @@ Number column
``format``
the format string, *e.g.* ``"0,000.00"``.
``summaryType``
Summary are computed over the column values.
Possible functions are ``"count"``, ``"sum"``, ``"min"``, ``"max"`` and
``"average"``.
Row numbered column
-------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment