Skip to content

Commit

Permalink
examples.grid.bigData.MainStore: add more names data #6243
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Jan 15, 2025
1 parent d29fb4f commit a5b454c
Showing 1 changed file with 12 additions and 58 deletions.
70 changes: 12 additions & 58 deletions examples/grid/bigData/MainStore.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,67 +27,21 @@ class MainStore extends Store {
}

firstnames = [
'Ashley',
'Barbara',
'Betty',
'Chris',
'David',
'Elizabeth',
'Jack',
'James',
'Jennifer',
'Jessica',
'Joe',
'John',
'Karen',
'Kelly',
'Kim',
'Linda',
'Lisa',
'Mary',
'Max',
'Michael',
'Nancy',
'Patricia',
'Rich',
'Robert',
'Sam',
'Sandra',
'Sarah',
'Susan',
'Thomas',
'Tobias'
'Amanda', 'Andrew', 'Anthony', 'Ashley', 'Barbara', 'Betty', 'Brian', 'Carol', 'Charles', 'Christopher',
'Daniel', 'David', 'Deborah', 'Donna', 'Elizabeth', 'Emily', 'George', 'Jack', 'James', 'Jennifer',
'Jessica', 'Joe', 'John', 'Joseph', 'Joshua', 'Karen', 'Kenneth', 'Kelly', 'Kevin', 'Kimberly',
'Linda', 'Lisa', 'Margaret', 'Mark', 'Mary', 'Matthew', 'Max', 'Melissa', 'Michael', 'Michelle',
'Nancy', 'Patricia', 'Paul', 'Richard', 'Robert', 'Ronald', 'Sam', 'Sandra', 'Sarah', 'Stephanie',
'Steven', 'Susan', 'Thomas', 'Timothy', 'Tobias', 'William'
]

lastnames = [
'Anderson',
'Brown',
'Davis',
'Garcia',
'Gonzales',
'Harris',
'Hernandez',
'Jackson',
'Johnson',
'Jones',
'Lee',
'Lopez',
'Martin',
'Martinez',
'Miller',
'Moore',
'Perez',
'Rahder',
'Rodriguez',
'Smith',
'Taylor',
'Thomas',
'Thompson',
'Uhlig',
'Waters',
'White',
'Williams',
'Wilson'
'Adams', 'Allen', 'Anderson', 'Baker', 'Brown', 'Campbell', 'Carter', 'Clark', 'Davis', 'Flores',
'Garcia', 'Gonzales', 'Green', 'Hall', 'Harris', 'Hernandez', 'Hill', 'Jackson', 'Johnson', 'Jones',
'King', 'Lee', 'Lewis', 'Lopez', 'Martin', 'Martinez', 'Miller', 'Mitchell', 'Moore', 'Nelson',
'Nguyen', 'Perez', 'Rahder', 'Ramirez', 'Roberts', 'Rivera', 'Robinson', 'Rodriguez', 'Sanchez', 'Scott',
'Smith', 'Taylor', 'Thomas', 'Thompson', 'Torres', 'Uhlig', 'Walker', 'Waters', 'White', 'Williams',
'Wilson', 'Wright', 'Young'
]

/**
Expand Down

0 comments on commit a5b454c

Please sign in to comment.