3.2.0

Sorting Columns having numbers with Hyperlink

My column contains numbers which are hyperlinked. How do I sort them as numbers.
Arun Iyer
May 25,
It is possible to use setCellText() and setCellValue() methods independently, so the displayed text will be defined by cell/text property and the sort order will be defined by cell/value - set array of numbers with setCellValue([...]) or setCellValue(function(c,r){...}, colIndex).

Or just use AW.Templates.Link template.
Alex (ActiveWidgets)
May 25,

This topic is archived.

See also:


Back to support forum