Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
ecadfa43
Commit
ecadfa43
authored
Dec 29, 2014
by
Nobuo Kihara
Committed by
Carsten Brandt
Dec 29, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/guide/output-sorting.md - typo [ci skip]
parent
a840311e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
output-sorting.md
docs/guide/output-sorting.md
+1
-1
No files found.
docs/guide/output-sorting.md
View file @
ecadfa43
...
...
@@ -3,7 +3,7 @@ Sorting
Sometimes data to be displayed should be sorted according to one or several attributes. If you are using
[
data provider
](
output-data-providers.md
)
with one of the
[
data widgets
](
output-data-widgets.md
)
it is
handled for you automatically. If not, you should create
[
[\yii\data\Sort
]
] instance in controller, configure it
handled for you automatically. If not, you should create
[
[\yii\data\Sort
]
] instance in controller, configure it
and
apply it to the query and then pass it to the view where it can be used to create links to sort by attributes.
A typical usage example is as follows,
...
...
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