Changes between Initial Version and Version 2 of Ticket #3791
- Timestamp:
- Nov 17, 2020, 8:31:33 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3791 – Description
initial v2 4 4 ========================== 5 5 Test reproducing the issue : 6 7 {{{ 6 8 #include <Array.au3> 7 9 Global $aSortTest[2][3] = [["1a", "1b", "1c"], ["2a", "2b", "2c"]] 8 10 _ArrayDisplay($aSortTest) 11 }}} 9 12 10 13 Clicking on a column header doesn't show the sort arrow for either ascending or descending order.
