Skip to content

Disable table sorting option #18007

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

Closed
ddragula opened this issue Nov 21, 2022 · 2 comments · Fixed by #18091
Closed

Disable table sorting option #18007

ddragula opened this issue Nov 21, 2022 · 2 comments · Fixed by #18091
Assignees
Labels
Type: Feature Request Used when a new feature is requested either directly or indirectly Type: Good for beginners

Comments

@ddragula
Copy link
Member

Description of the feature

Add an option to disable table sorting to the Highcharts ExportData module.

Library related to the feature

Highcharts

Proof of Concept/Live example for the feature

if (dataTableDiv && !this.options.exporting.disableSorting) {

You can vote for this feature by adding a thumbs-up reaction to this post.

@ddragula ddragula added the Type: Feature Request Used when a new feature is requested either directly or indirectly label Nov 21, 2022
@ddragula ddragula changed the title Option to disable table sorting Disable table sorting option Nov 21, 2022
@pawellysy
Copy link
Contributor

FYI @karolkolodziej :)

@karolkolodziej
Copy link
Contributor

In my POC I named that property allowTableSorting- demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request Used when a new feature is requested either directly or indirectly Type: Good for beginners
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants