remix/data-table · TypeView Source
OrderByClause
Summary
Normalized orderBy clause.
Signature
type OrderByClause = {
column: string;
direction: OrderDirection;
};
Normalized orderBy clause.
type OrderByClause = {
column: string;
direction: OrderDirection;
};