cpr.controls.EMPTYVALUESORT

Handling of empty values ​​when sorting through header cells.

Index

Properties
Name Type Description
EMPTY_STRING String The empty values ​​are sorted together in ascending and descending order by the empty string ("") value.
NULL_LAST String Empty values ​​are recognized as null and sorted.

Properties

EMPTY_STRING
type String
The empty values ​​are sorted together in ascending and descending order by the empty string ("") value.
NULL_LAST
type String
Empty values ​​are recognized as null and sorted. It is located at the bottom, regardless of ascending or descending order.