I want to know which title the user clicked to give the currently sorted view. Is there an API in the flex framework that I can use to achieve this? I hope I can return the column index so that I know how it is currently sorted.
Thanks Mike
mx.controls.DataGridhas a property with a name columns. Each column in this collection is a type object mx.controls.dataGridClasses.DataGridColumnwith a Boolean property with a name sortDescending.
mx.controls.DataGrid
columns
mx.controls.dataGridClasses.DataGridColumn
sortDescending
DataGrid headerRelease. , , .
headerRelease
Source: https://habr.com/ru/post/1753089/More articles:Multiple Django Table Inheritance and Model Creation - djangosubdomain name validation in javascript / jquery - javascriptdjango multi-table inheritance: update "place" to "restaurant", - djangowriting a simple of four programs - javaJAVA: collecting byte offsets of xml tags using XmlStreamReader - javaLink to XSL stylesheet in another - xsltSQL Server: String vs Binary? - sql-serverwxhaskell asynchronous updates - haskellXMLStreamReader: get character offset: XML from file - javaОтображение символов UTF-8 в TextView - androidAll Articles