From a5b454cebc4529c73502115b1807a5d3405cf2fd Mon Sep 17 00:00:00 2001 From: tobiu Date: Wed, 15 Jan 2025 20:52:03 +0100 Subject: [PATCH] examples.grid.bigData.MainStore: add more names data #6243 --- examples/grid/bigData/MainStore.mjs | 70 +++++------------------------ 1 file changed, 12 insertions(+), 58 deletions(-) diff --git a/examples/grid/bigData/MainStore.mjs b/examples/grid/bigData/MainStore.mjs index 26e4bc053..b8850ef56 100644 --- a/examples/grid/bigData/MainStore.mjs +++ b/examples/grid/bigData/MainStore.mjs @@ -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' ] /**