mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
# Backport This will backport the following commits from `main` to `8.17`: - [[Docs] Document ability to drag and drop columns in Discover (#201571)](https://github.com/elastic/kibana/pull/201571) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2024-11-25T14:09:07Z","message":"[Docs] Document ability to drag and drop columns in Discover (#201571)\n\nThis PR adds docs related to\r\nhttps://github.com/elastic/kibana/pull/197832 for Discover\r\n\r\nRel: https://github.com/elastic/platform-docs-team/issues/562","sha":"fcf319e7c447f3fe5057461a33d4a814ebc6a2c8","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v8.17.0","v8.18.0"],"title":"[Docs] Document ability to drag and drop columns in Discover","number":201571,"url":"https://github.com/elastic/kibana/pull/201571","mergeCommit":{"message":"[Docs] Document ability to drag and drop columns in Discover (#201571)\n\nThis PR adds docs related to\r\nhttps://github.com/elastic/kibana/pull/197832 for Discover\r\n\r\nRel: https://github.com/elastic/platform-docs-team/issues/562","sha":"fcf319e7c447f3fe5057461a33d4a814ebc6a2c8"}},"sourceBranch":"main","suggestedTargetBranches":["8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201571","number":201571,"mergeCommit":{"message":"[Docs] Document ability to drag and drop columns in Discover (#201571)\n\nThis PR adds docs related to\r\nhttps://github.com/elastic/kibana/pull/197832 for Discover\r\n\r\nRel: https://github.com/elastic/platform-docs-team/issues/562","sha":"fcf319e7c447f3fe5057461a33d4a814ebc6a2c8"}},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
This commit is contained in:
parent
a9bbe4b631
commit
4f90b2da18
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ image:images/discover-customize-table.png[Options to customize the table in Disc
|
|||
[[document-explorer-columns]]
|
||||
==== Reorder and resize the columns
|
||||
|
||||
* To move a single column, open the column's contextual options, and select *Move left* or *Move right* in the available options.
|
||||
* To move a single column, drag its header and drop it to the position you want. You can also open the column's contextual options, and select *Move left* or *Move right* in the available options.
|
||||
|
||||
* To move multiple columns, click *Columns*.
|
||||
In the pop-up, drag the column names to their new order.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue