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

Disabling sort still allows sorting using keyboard #7096

Open
5 tasks done
srjonnal opened this issue Jul 12, 2020 · 3 comments
Open
5 tasks done

Disabling sort still allows sorting using keyboard #7096

srjonnal opened this issue Jul 12, 2020 · 3 comments

Comments

@srjonnal
Copy link

srjonnal commented Jul 12, 2020

Please make sure each of the following is true before submitting a new issue. We are a small team with limited time and it is very difficult to manage issues if they aren't reported correctly.

  • This is a bug report, not a question on how to use the grid.
    Use Stack Overflow or Gitter for questions.
  • You have searched the open issues to see if this bug has been filed before. We don't want duplicate issues.
  • You have reviewed the tutorials and documentation to ensure you are using the grid correctly. ui-grid.info
  • You are using the latest version of the grid. Older versions are not patched or supported.
  • You have provided steps to recreate your bug. A plunkr is even better.

Providing EnableSorting=false in gridOptions disables sorting using mouse and removes sorting options from the column header dropdown. However, it still allows sorting using keyboard(using space bar).

Plunkr link: http://plnkr.co/edit/B6x68zlUPLKAPpmo

@stale
Copy link

stale bot commented Sep 11, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@sasimarudhuri76
Copy link

Any update on the issue. We are able to sort the columns even when enablesorting is set to false. Sorting is not happening upon the click but working with the keyboard navigating to header and upon pressing key enter.

Observed that key event is getting attached to the column header div.

Check the attachment for the same.
uigridKeyIssue

@phanithinks
Copy link

Any update on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants