Article Details
Id: | 20029 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 4.00.02 |
Opened: | 10/03/2023 |
Closed: | 09/05/2023 |
Released: | 27/06/2023 |
Job: | J030656 |
HTML Widgets; Grid Visualiser; Results now sort by default, '[None]' always appears at the top and is coloured grey
The HTML Widget GridVisualiser control (used for the "Visualisation" page on Task Manager 2 folders) has been updated as follows:
- [None] will now always appear at the top of the list
- [None] is always coloured grey
- Results are now sorted (case-insensitive)
When HTML Widgets define what visualisations are available, they can specify "sort: false" to not sort the results. This is likely to only make sense where the results contain fixed rows, e.g., Low, Medium, High, e.g.:
visualisations.push({ caption: "By Rank", chartType: "Pie", chartTypes: "Bar,Column,Pie", seriesColumn: "Rank", labelColumn: "Rank", sort: false });