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.
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.