• Julien Muchembled's avatar
    listbox: sorting by CAST type (float) · de972081
    Julien Muchembled authored
    Only 'float' supported for the moment. This should cover the case of integers.
    
    Example of 'Sortable Columns' value in a ListBox:
    
      id | float
      title |
    
    Since there's a fallback to 'Searchable Columns' when 'Sortable Columns' is
    empty, the cast type can also be specified there, in order to avoid duplication.
    de972081
SelectionTool.py 80.2 KB