Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Log Explorer results table columns reordering #2069

Open
paulstn opened this issue Aug 19, 2024 · 3 comments
Open

[BUG] Log Explorer results table columns reordering #2069

paulstn opened this issue Aug 19, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@paulstn
Copy link
Collaborator

paulstn commented Aug 19, 2024

What is the bug?
The extra options popup within the results table of Log Explorer shows the options to move a column left or right, but clicking so doesn't make that change.
image

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Navigate to Log Explorer
  2. Run a query that will return results
  3. Through the sidebar, select a couple fields
  4. Click on the field name at the top
  5. Attempt to use the 'Move right' option

What is the expected behavior?
There are two possible resolutions:

  1. Implement the move column option
  2. Explicitly disable this move column option
@paulstn paulstn added the bug Something isn't working label Aug 19, 2024
@paulstn paulstn self-assigned this Aug 19, 2024
@paulstn paulstn removed the untriaged label Aug 19, 2024
@paulstn
Copy link
Collaborator Author

paulstn commented Aug 19, 2024

@paulstn
Copy link
Collaborator Author

paulstn commented Aug 19, 2024

Implemented here: #1221

@paulstn
Copy link
Collaborator Author

paulstn commented Sep 4, 2024

Trying to disable the reorder column doesn't seem to grey out the option, along with the allowHide field not greying out the 'hide' option. This might be an issue with Oui DataGrid, but de-prioritizing it for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant