We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add an option to disable table sorting to the Highcharts ExportData module.
Highcharts
highcharts/ts/Extensions/ExportData/ExportData.ts
Line 1257 in 38b5f5c
if (dataTableDiv && !this.options.exporting.disableSorting) {
You can vote for this feature by adding a thumbs-up reaction to this post.
The text was updated successfully, but these errors were encountered:
FYI @karolkolodziej :)
Sorry, something went wrong.
In my POC I named that property allowTableSorting- demo.
allowTableSorting
Added allowTableSorting option, touch #18007.
4a697a9
138223f
bm64
Successfully merging a pull request may close this issue.
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
highcharts/ts/Extensions/ExportData/ExportData.ts
Line 1257 in 38b5f5c
You can vote for this feature by adding a thumbs-up reaction to this post.
The text was updated successfully, but these errors were encountered: