Garry's Mod Wiki

DListView_Line:GetSortValue

  any DListView_Line:GetSortValue( number column )

Description

Returns the data stored on given cell of this line.

Used in the DListView:SortByColumn function in case you want to sort with something else than the text.

Arguments

1 number column
The number of the column to write the text from, starts with 1.

Returns

1 any data
The data that is set for given column of this line, if any.