remix/data-table · Type
OrderDirection
remix/data-table · Type
View Source
OrderDirection
Summary
Sort direction accepted by
orderBy
.
Signature
type
OrderDirection
=
"asc"
|
"desc"
;