Updated dataTable API doc to explicitly point sorting (#61356)
This commit is contained in:
parent
f9fd71bc78
commit
191c7cbe0b
@ -370,6 +370,11 @@ class DataCell {
|
|||||||
/// ```
|
/// ```
|
||||||
/// {@end-tool}
|
/// {@end-tool}
|
||||||
///
|
///
|
||||||
|
/// [DataTable] can be sorted on the basis of any column in [columns] in
|
||||||
|
/// ascending or descending order. If [sortColumnIndex] is non-null, then the
|
||||||
|
/// table will be sorted by the values in the specified column. The boolean
|
||||||
|
/// [sortAscending] flag controls the sort order.
|
||||||
|
///
|
||||||
/// See also:
|
/// See also:
|
||||||
///
|
///
|
||||||
/// * [DataColumn], which describes a column in the data table.
|
/// * [DataColumn], which describes a column in the data table.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user