Changes between Initial Version and Version 2 of Ticket #3791


Ignore:
Timestamp:
11/17/20 08:31:33 (3 years ago)
Author:
Jpm
Comment:

fix original description badly formatted

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3791 – Description

    initial v2  
    44==========================
    55Test reproducing the issue :
     6
     7{{{
    68    #include <Array.au3>
    79    Global $aSortTest[2][3] = [["1a", "1b", "1c"], ["2a", "2b", "2c"]]
    810    _ArrayDisplay($aSortTest)
     11}}}
    912
    1013Clicking on a column header doesn't show the sort arrow for either ascending or descending order.