@@ -12,16 +12,16 @@ class MainStore extends Store {
1212 model : Model ,
1313
1414 data : [
15- { id : 1 , country : 'Germany' , firstname : 'Tobias' , isOnline : true , lastname : 'Uhlig' , luckyNumber : 1 , specialDate : '2020 -08-10' } ,
16- { id : 2 , country : 'United States' , firstname : 'Rich' , isOnline : false , lastname : 'Waters' , luckyNumber : 2 , specialDate : '2020 -08-09' } ,
17- { id : 3 , country : 'Germany' , firstname : 'Nils' , isOnline : true , lastname : 'Dehl' , luckyNumber : 3 , specialDate : '2020 -08-09' } ,
18- { id : 4 , country : 'United States' , firstname : 'Gerard' , isOnline : true , lastname : 'Horan' , luckyNumber : 1 , specialDate : '2020 -08-10' } ,
19- { id : 5 , country : 'Slovakia' , firstname : 'Jozef' , isOnline : false , lastname : 'Sakalos' , luckyNumber : 2 , specialDate : '2020 -08-08' } ,
20- { id : 6 , country : 'Germany' , firstname : 'Bastian' , isOnline : false , lastname : 'Haustein' , luckyNumber : 3 , specialDate : '2020 -08-10' } ,
21- { id : 7 , country : 'United States' , firstname : 'Durlabh' , isOnline : true , lastname : 'Jain' , luckyNumber : 1 , specialDate : '2020 -08-08' } ,
22- { id : 8 , country : 'Canada' , firstname : 'Kevin' , isOnline : true , lastname : 'Cassidy' , luckyNumber : 2 , specialDate : '2020 -08-10' } ,
23- { id : 9 , country : 'UK' , firstname : 'Nikola' , isOnline : true , lastname : 'Markovic' , luckyNumber : 3 , specialDate : '2020 -08-09' } ,
24- { id : 10 , country : 'United States' , firstname : 'Hyle' , isOnline : false , lastname : 'Campbell' , luckyNumber : 1 , specialDate : '2020 -08-10' }
15+ { id : 1 , country : 'Germany' , firstname : 'Tobias' , isOnline : true , lastname : 'Uhlig' , luckyNumber : 1 , specialDate : '2025 -08-10' } ,
16+ { id : 2 , country : 'United States' , firstname : 'Rich' , isOnline : false , lastname : 'Waters' , luckyNumber : 2 , specialDate : '2025 -08-09' } ,
17+ { id : 3 , country : 'Germany' , firstname : 'Nils' , isOnline : true , lastname : 'Dehl' , luckyNumber : 3 , specialDate : '2025 -08-09' } ,
18+ { id : 4 , country : 'United States' , firstname : 'Gerard' , isOnline : true , lastname : 'Horan' , luckyNumber : 1 , specialDate : '2025 -08-10' } ,
19+ { id : 5 , country : 'Slovakia' , firstname : 'Jozef' , isOnline : false , lastname : 'Sakalos' , luckyNumber : 2 , specialDate : '2025 -08-08' } ,
20+ { id : 6 , country : 'Germany' , firstname : 'Bastian' , isOnline : false , lastname : 'Haustein' , luckyNumber : 3 , specialDate : '2025 -08-10' } ,
21+ { id : 7 , country : 'United States' , firstname : 'Durlabh' , isOnline : true , lastname : 'Jain' , luckyNumber : 1 , specialDate : '2025 -08-08' } ,
22+ { id : 8 , country : 'Canada' , firstname : 'Kevin' , isOnline : true , lastname : 'Cassidy' , luckyNumber : 2 , specialDate : '2025 -08-10' } ,
23+ { id : 9 , country : 'UK' , firstname : 'Nikola' , isOnline : true , lastname : 'Markovic' , luckyNumber : 3 , specialDate : '2025 -08-09' } ,
24+ { id : 10 , country : 'United States' , firstname : 'Hyle' , isOnline : false , lastname : 'Campbell' , luckyNumber : 1 , specialDate : '2025 -08-10' }
2525 ]
2626 }
2727}
0 commit comments