Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.

added order definition #4091

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docs/timeline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,18 @@ <h3 id="groups">Groups</h3>
example <code>"color: red; background-color: pink;"</code>.
</td>
</tr>
<tr>
<td>order</td>
<td>number</td>
<td>no</td>
<td>Order of the group in the list.
By default, groups are ordered by first-come, first-show.
</td>
</tr>
<tr>
<td>subgroupOrder</td>
<td>String or Function</td>
<td>none</td>
<td>no</td>
<td>Order the subgroups by a field name or custom sort function.
By default, groups are ordered by first-come, first-show.
</td>
Expand All @@ -446,7 +454,7 @@ <h3 id="groups">Groups</h3>
<tr>
<td>title</td>
<td>String</td>
<td>none</td>
<td>no</td>
<td>A title for the group, displayed when holding the mouse on the groups label.
The title can only contain plain text.
</td>
Expand Down