mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 04:24:14 +00:00
✨ toggle column sorting & pagination
This commit is contained in:
1
src/lib/types/sort.ts
Normal file
1
src/lib/types/sort.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type SortOrder = "asc" | "desc" | "indeterminate";
|
||||
Reference in New Issue
Block a user