Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Merge requests
!143
F7284 tablesorter save sort order
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
F7284 tablesorter save sort order
F7284tablesorterSaveSortOrder
into
master
Overview
0
Commits
9
Pipelines
1
Changes
10
Closed
Marc Egger
requested to merge
F7284tablesorterSaveSortOrder
into
master
5 years ago
Overview
0
Commits
9
Pipelines
1
Changes
10
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
138c8391
9 commits,
5 years ago
10 files
+
552
−
86
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
doc/PROTOCOL.md
+
28
−
0
Options
@@ -563,3 +563,31 @@ Current Page
Redirect
: Issued by the Server. It is a command prompting the Client to
navigate away from the Current Page.
### Tablesorter Save View
To save a table view the client sends a post request with the following data:
{
"name": "<name of view>",
"public": <boolean>,
"uid": "<uid of user who sent request>",
"tableId": "<id of table to which view belongs>",
"view": {
"columnSelection": <array of chosen column ids>,
"filters": <array of strings>,
"sortList": <array of arrays of length 2>
}
}
Request URL
: api/tablesorter.php
Request Method
: POST
URL Parameters
: none
Server Response
: The response contains at least a [Minimal Response].
\ No newline at end of file
Loading