Archive filtering and bulk action button

This commit is contained in:
Jeffrey Biles
2020-03-18 01:25:53 -07:00
parent 2c13f9e8e8
commit bf1aeb4bd6
4 changed files with 8 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ new Server({
},
sentDate(){
return faker.date.recent(20)
},
archived(i){
return i % 2 == 0;
}
})
},