Added sorting, started on paging
This commit is contained in:
@@ -2,7 +2,9 @@ export enum Milestone {
|
||||
Cohort = 'cohort',
|
||||
Year = 'year',
|
||||
County = 'mcode',
|
||||
CountyLabel = 'county',
|
||||
School = 'lcode',
|
||||
SchoolLabel = 'school',
|
||||
Grade = 'grade',
|
||||
ELACount = 'ecount',
|
||||
ELAMean = 'emean',
|
||||
|
||||
5
src/enums/sort.ts
Normal file
5
src/enums/sort.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum SORT {
|
||||
NONE = 'none',
|
||||
ASC = 'asc',
|
||||
DSC = 'dsc',
|
||||
}
|
||||
Reference in New Issue
Block a user