Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
Coaches Name | Team Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Anatoly Tarasov | ![]() | 74 | 55 | 57 | 74 | 88 | 88 | 60 | RUS | 56 | 4 | 80,000$ |
Barclay Plager | ![]() | 55 | 55 | 55 | 55 | 55 | 55 | 75 | CAN | 39 | 4 | 80,000$ |
Bernie Groffion | ![]() | 60 | 60 | 60 | 60 | 60 | 60 | 70 | CAN | 44 | 4 | 80,000$ |
Bill Gadsby | ![]() | 54 | 69 | 69 | 66 | 66 | 66 | 64 | CAN | 44 | 4 | 80,000$ |
Billy Reay | ![]() | 67 | 65 | 51 | 73 | 42 | 92 | 8 | CAN | 60 | 4 | 80,000$ |
Bob Pulford | ![]() | 63 | 68 | 57 | 63 | 71 | 71 | 59 | CAN | 44 | 4 | 80,000$ |
Charlie Burns | ![]() | 60 | 60 | 60 | 60 | 60 | 60 | 70 | CAN | 44 | 4 | 80,000$ |
Dit Clapper | ![]() | 56 | 64 | 53 | 72 | 31 | 81 | 19 | CAN | 60 | 4 | 80,000$ |
Eddie Johnston | ![]() | 42 | 40 | 49 | 42 | 43 | 43 | 87 | USA | 24 | 4 | 80,000$ |
Emile Francis | ![]() | 63 | 86 | 66 | 76 | 53 | 99 | 1 | CAN | 62 | 4 | 80,000$ |
Fred Creighton | ![]() | 60 | 60 | 60 | 60 | 60 | 60 | 70 | CAN | 44 | 4 | 80,000$ |
Fred Shero | ![]() | 56 | 50 | 49 | 52 | 55 | 55 | 45 | CAN | 48 | 4 | 80,000$ |
Glen Sather | ![]() | 40 | 40 | 48 | 45 | 41 | 41 | 89 | CAN | 24 | 4 | 80,000$ |
Glen Sonmor | ![]() | 40 | 43 | 39 | 43 | 42 | 42 | 88 | CAN | 24 | 4 | 80,000$ |
Harry Heale | ![]() | 50 | 50 | 50 | 50 | 50 | 50 | 80 | CAN | 34 | 4 | 80,000$ |
Harry Sinden | ![]() | 51 | 61 | 54 | 53 | 55 | 55 | 75 | CAN | 34 | 4 | 80,000$ |
Joe Crozier | ![]() | 52 | 56 | 47 | 48 | 57 | 57 | 43 | CAN | 43 | 4 | 80,000$ |
Pat Quinn | ![]() | 67 | 56 | 58 | 55 | 63 | 63 | 67 | CAN | 39 | 4 | 80,000$ |
Punch Imlach | ![]() | 68 | 77 | 60 | 57 | 47 | 97 | 3 | CAN | 62 | 4 | 80,000$ |
Red Kelly | ![]() | 58 | 66 | 64 | 54 | 67 | 67 | 63 | CAN | 44 | 4 | 80,000$ |
Red Sullivan | ![]() | 70 | 62 | 55 | 57 | 33 | 83 | 17 | CAN | 62 | 4 | 80,000$ |
Roger Neilson | ![]() | 44 | 35 | 51 | 46 | 42 | 42 | 88 | CAN | 24 | 4 | 80,000$ |
Scotty Bowman | ![]() | 53 | 64 | 79 | 68 | 22 | 72 | 68 | CAN | 35 | 4 | 80,000$ |
Tommy Ivan | ![]() | 66 | 57 | 68 | 48 | 55 | 99 | 1 | CAN | 62 | 4 | 80,000$ |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
Coaches Name | Team Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Al Arbour | ![]() | 44 | 54 | 51 | 58 | 65 | 65 | 35 | CAN | 43 | 4 | 40,000$ |
Al MacNeil | ![]() | 54 | 54 | 56 | 56 | 57 | 57 | 73 | CAN | 34 | 4 | 40,000$ |
Bill McCreary | ![]() | 55 | 47 | 51 | 52 | 58 | 58 | 42 | CAN | 48 | 4 | 40,000$ |
Bob Berry | ![]() | 45 | 45 | 45 | 45 | 45 | 45 | 85 | CAN | 29 | 4 | 40,000$ |
Bob McCammon | ![]() | 39 | 37 | 48 | 42 | 47 | 47 | 83 | CAN | 29 | 4 | 40,000$ |
Boris Mayorov | ![]() | 45 | 52 | 58 | 56 | 64 | 64 | 36 | RUS | 43 | 4 | 40,000$ |
Charlie Conacher | ![]() | 71 | 58 | 62 | 55 | 51 | 81 | 19 | CAN | 60 | 4 | 40,000$ |
Claude Ruel | ![]() | 54 | 47 | 52 | 50 | 58 | 58 | 42 | CAN | 38 | 4 | 40,000$ |
Don Cherry | ![]() | 49 | 51 | 68 | 55 | 62 | 62 | 38 | CAN | 38 | 4 | 40,000$ |
Eddie Bush | ![]() | 61 | 46 | 46 | 56 | 56 | 56 | 44 | CAN | 48 | 4 | 40,000$ |
Floyd Smith | ![]() | 47 | 47 | 61 | 47 | 61 | 61 | 39 | CAN | 48 | 4 | 40,000$ |
Fred Glover | ![]() | 61 | 61 | 63 | 62 | 61 | 61 | 39 | CAN | 38 | 4 | 40,000$ |
Jack Evans | ![]() | 50 | 50 | 50 | 50 | 50 | 50 | 80 | CAN | 34 | 4 | 40,000$ |
Jacques Demers | ![]() | 42 | 42 | 44 | 34 | 44 | 44 | 86 | CAN | 24 | 4 | 40,000$ |
Jean-Guy Talbot | ![]() | 60 | 60 | 60 | 60 | 60 | 60 | 70 | CAN | 44 | 4 | 40,000$ |
John Ferguson | ![]() | 51 | 57 | 56 | 56 | 69 | 69 | 61 | CAN | 44 | 4 | 40,000$ |
John Muckler | ![]() | 52 | 69 | 74 | 61 | 30 | 80 | 50 | CAN | 45 | 4 | 40,000$ |
Lynn Patrick | ![]() | 64 | 67 | 59 | 63 | 18 | 68 | 32 | CAN | 60 | 4 | 40,000$ |
Marshall Johnston | ![]() | 50 | 50 | 50 | 50 | 50 | 50 | 80 | CAN | 34 | 4 | 40,000$ |
Muzz Patrick | ![]() | 72 | 65 | 69 | 63 | 35 | 65 | 35 | CAN | 60 | 4 | 40,000$ |
Phil Waton | ![]() | 56 | 73 | 65 | 55 | 23 | 73 | 27 | CAN | 60 | 4 | 40,000$ |
Rudy Piilous | ![]() | 71 | 67 | 61 | 76 | 45 | 95 | 5 | CAN | 62 | 4 | 40,000$ |
Stanislav Neveseley | ![]() | 44 | 42 | 55 | 37 | 63 | 63 | 37 | CZE | 43 | 4 | 40,000$ |
Tom McVie | ![]() | 48 | 58 | 56 | 56 | 55 | 55 | 75 | CAN | 34 | 4 | 40,000$ |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
Coaches Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|
Doug Barkley | 55 | 67 | 70 | 61 | 36 | 86 | 14 | CAN | 55 | 4 | 80,000$ |
Garry Young | 49 | 53 | 51 | 43 | 63 | 63 | 37 | CAN | 48 | 0 | 40,000$ |
Jack Gordon | 57 | 56 | 59 | 51 | 27 | 77 | 23 | CAN | 55 | 0 | 40,000$ |
Jack Riley Jr | 61 | 58 | 62 | 57 | 66 | 66 | 64 | USA | 54 | 1 | 40,000$ |
Jimmy Skinner | 72 | 58 | 85 | 75 | 43 | 93 | 7 | CAN | 60 | 1 | 80,000$ |
John McLellan | 76 | 50 | 56 | 63 | 36 | 76 | 24 | CAN | 55 | 0 | 80,000$ |
Johnny Gottselig | 63 | 71 | 54 | 45 | 53 | 99 | 1 | RUS | 58 | 4 | 40,000$ |
Johnny Wilson | 50 | 50 | 50 | 50 | 50 | 50 | 80 | CAN | 34 | 0 | 0$ |
Ken Schinkel | 60 | 60 | 60 | 60 | 60 | 60 | 70 | CAN | 44 | 0 | 0$ |
Larry Regan | 60 | 65 | 62 | 56 | 20 | 70 | 30 | CAN | 55 | 0 | 80,000$ |
Lou Angotti | 55 | 55 | 55 | 55 | 55 | 55 | 75 | CAN | 39 | 0 | 0$ |
Milt Schmidt | 72 | 64 | 68 | 58 | 41 | 91 | 9 | CAN | 60 | 0 | 80,000$ |
Ned Harkness | 52 | 57 | 54 | 57 | 39 | 89 | 11 | CAN | 55 | 0 | 80,000$ |
Parker MacDonald | 62 | 61 | 63 | 57 | 65 | 65 | 65 | CAN | 44 | 0 | 80,000$ |
Sid Abel | 60 | 62 | 55 | 82 | 40 | 90 | 10 | CAN | 60 | 0 | 80,000$ |
Ted Garvin | 58 | 50 | 55 | 49 | 55 | 55 | 45 | CAN | 43 | 0 | 40,000$ |
Vic Stasiuk | 50 | 50 | 50 | 50 | 50 | 50 | 80 | CAN | 34 | 4 | 40,000$ |