Changes between Initial Version and Version 2 of Ticket #3791
- Timestamp:
- 11/17/20 08:31:33 (4 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.