deecay / redmine_pivot_table

This Redmine plugin allows you to generate pivot table for issue analysis.
MIT License
52 stars 38 forks source link

No sorting options #28

Open Niremizov opened 7 years ago

Niremizov commented 7 years ago

While configuring pivottable I cannot find sort options, isn't they implemented?

Niremizov commented 7 years ago

Sorting is not supported by PivotTable.js https://github.com/nicolaskruchten/pivottable/wiki/Frequently-Asked-Questions#sorting-in-built-in-table-renderer

But probably we can sort dataset itself by changing query?

deecay commented 7 years ago

No, I think sorting has to be added to the table with Javascript, after HTML table is rendered. I'm not thinking about implementing this feature for now.

See https://www.nrecosite.com/pivot_table_aspnet.aspx for example.