Page 1 of 1

Sorting column image visibility using List Wizard

Posted: April 14th, 2023, 1:14 pm
by smoady
When using the List wizard, the following controller is generated handling the actions (Page, PageSize, Filter, DataDownload, Sort).
WizardListController.png
For the sort action, when attempting to sort a new column, the arrow image visibility of the prior sorted column isn't modified to False as shown in the screenshot below.
SortedColumns.png
SortedColumns.png (5.87 KiB) Viewed 136 times
SortedColumns.png
SortedColumns.png (5.87 KiB) Viewed 136 times
Visibility of the previous column should be set to False. Below shows the created service InsertAndUpdateNode when using the wizard, highlighted are the values that should all be set to False.
UpdateAddressBookListSortVisibility.png