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 | Contrat Signature Date | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Andrew Brunette | ![]() | 83 | 84 | 89 | 95 | 93 | 96 | 77 | CAN | 51 | 3 | 3,600,000$ | |
Barry Trotz | ![]() | 87 | 93 | 80 | 84 | 99 | 93 | 65 | CAN | 61 | 1 | 4,500,000$ | |
Claude Julien | ![]() | 98 | 87 | 97 | 95 | 99 | 99 | 36 | CAN | 64 | 2 | 6,600,000$ | |
Craig Berube | ![]() | 93 | 95 | 83 | 84 | 88 | 93 | 57 | CAN | 58 | 1 | 5,375,000$ | |
Darryl Sutter | ![]() | 94 | 85 | 80 | 89 | 99 | 98 | 59 | CAN | 64 | 2 | 2024-10-05 | 4,500,000$ |
Gerard Gallant | ![]() | 86 | 83 | 90 | 87 | 99 | 98 | 75 | CAN | 59 | 2 | 3,500,000$ | |
Guy Boucher | ![]() | 92 | 81 | 75 | 93 | 80 | 91 | 74 | CAN | 52 | 2 | 3,000,000$ | |
Jeff Blashill | ![]() | 80 | 82 | 82 | 83 | 83 | 79 | 86 | USA | 49 | 1 | 2,000,000$ | |
Jim Montgomery | ![]() | 92 | 99 | 84 | 91 | 99 | 99 | 63 | CAN | 55 | 3 | 3,000,000$ | |
Joel Quenneville | ![]() | 80 | 83 | 88 | 86 | 99 | 99 | 46 | CAN | 65 | 1 | 4,250,000$ | |
John Hynes | ![]() | 90 | 86 | 81 | 82 | 94 | 98 | 76 | USA | 49 | 2 | 2,400,000$ | |
John Stevens | ![]() | 67 | 89 | 99 | 67 | 98 | 97 | 62 | CAN | 57 | 2 | 1,500,000$ | |
John Tortorella | ![]() | 96 | 81 | 83 | 98 | 99 | 99 | 59 | USA | 66 | 3 | 3,000,000$ | |
Jon Cooper | ![]() | 81 | 85 | 99 | 91 | 93 | 97 | 76 | CAN | 56 | 3 | 2024-09-16 | 5,100,000$ |
Lindy Ruff | ![]() | 81 | 77 | 99 | 83 | 99 | 99 | 50 | CAN | 64 | 3 | 4,226,000$ | |
Marc Crawford | ![]() | 72 | 90 | 99 | 82 | 99 | 99 | 46 | CAN | 63 | 2 | 4,250,000$ | |
Mike Babcock | ![]() | 86 | 89 | 96 | 74 | 99 | 99 | 65 | CAN | 59 | 2 | 4,300,000$ | |
Patrick Roy | ![]() | 97 | 84 | 84 | 95 | 99 | 99 | 57 | CAN | 56 | 3 | 4,500,000$ | |
Paul Maurice | ![]() | 87 | 95 | 91 | 93 | 99 | 99 | 64 | CAN | 56 | 3 | 4,770,000$ | |
Peter DeBoer | ![]() | 92 | 90 | 82 | 97 | 89 | 95 | 71 | CAN | 56 | 2 | 4,500,000$ | |
Randy Carlyle | ![]() | 97 | 92 | 85 | 93 | 99 | 97 | 23 | CAN | 67 | 1 | 2,600,000$ | |
Rod Brind'Amour | ![]() | 80 | 80 | 77 | 76 | 79 | 89 | 77 | CAN | 53 | 1 | 1,500,000$ | |
Sheldon Keefe | ![]() | 90 | 93 | 99 | 93 | 93 | 99 | 62 | CAN | 43 | 3 | 5,800,000$ | |
Todd McLellan | ![]() | 99 | 93 | 94 | 99 | 99 | 99 | 56 | CAN | 57 | 1 | 4,300,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 | Contrat Signature Date | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Adam Oates | ![]() | 76 | 77 | 71 | 62 | 93 | 99 | 63 | CAN | 59 | 1 | 750,000$ | |
Andre Tourigny | ![]() | 78 | 74 | 85 | 96 | 92 | 88 | 75 | CAN | 50 | 3 | 2,500,000$ | |
Benoit Groulx | ![]() | 76 | 73 | 89 | 84 | 99 | 99 | 65 | CAN | 56 | 3 | 2,500,000$ | |
Bob Boughner | ![]() | 93 | 85 | 78 | 84 | 89 | 91 | 75 | CAN | 52 | 1 | 1,500,000$ | |
Bob Woods | ![]() | 72 | 82 | 77 | 70 | 90 | 96 | 74 | CAN | 54 | 2 | 625,000$ | |
Bruce Boudreau | ![]() | 84 | 80 | 87 | 86 | 92 | 86 | 52 | CAN | 69 | 2 | 4,000,000$ | |
Bruce Cassidy | ![]() | 91 | 87 | 86 | 93 | 99 | 99 | 47 | CAN | 59 | 3 | 2,827,000$ | |
Cory Clouston | ![]() | 79 | 87 | 84 | 96 | 90 | 99 | 73 | CAN | 54 | 3 | 2024-09-16 | 1,800,000$ |
Dan Bylsma | ![]() | 87 | 76 | 89 | 87 | 94 | 99 | 74 | USA | 54 | 3 | 2024-10-08 | 3,000,000$ |
Dave Lewis | ![]() | 75 | 78 | 84 | 83 | 99 | 93 | 37 | CAN | 69 | 3 | 2024-09-14 | 2,500,000$ |
Davis Payne | ![]() | 83 | 85 | 85 | 79 | 92 | 99 | 74 | CAN | 54 | 3 | 1,200,000$ | |
Dean Evason | ![]() | 82 | 82 | 79 | 77 | 92 | 90 | 58 | CAN | 60 | 2 | 2024-09-23 | 1,500,000$ |
Jack Capuano | ![]() | 95 | 78 | 78 | 87 | 94 | 99 | 72 | USA | 56 | 2 | 1,500,000$ | |
Jared Bednar | ![]() | 82 | 87 | 96 | 92 | 89 | 89 | 81 | CAN | 51 | 3 | 2,510,000$ | |
Ken Hitchcock | ![]() | 90 | 88 | 80 | 76 | 99 | 98 | 33 | CAN | 73 | 3 | 2024-09-16 | 3,000,000$ |
Kirk Muller | ![]() | 77 | 79 | 81 | 71 | 90 | 89 | 83 | CAN | 55 | 3 | 2024-09-16 | 2,000,000$ |
Kris Knoblauch | ![]() | 67 | 72 | 86 | 71 | 85 | 93 | 80 | CAN | 45 | 3 | 1,800,000$ | |
Luke Richardson | ![]() | 87 | 82 | 79 | 81 | 90 | 99 | 78 | CAN | 52 | 3 | 1,500,000$ | |
Martin St-Louis | ![]() | 87 | 85 | 88 | 85 | 87 | 99 | 72 | CAN | 49 | 3 | 3,500,000$ | |
Mike Sullivan | ![]() | 77 | 77 | 88 | 62 | 96 | 99 | 68 | USA | 56 | 2 | 725,000$ | |
Peter Laviolette | ![]() | 92 | 88 | 85 | 85 | 99 | 99 | 55 | USA | 60 | 3 | 3,500,000$ | |
Ralph Krueger | ![]() | 82 | 82 | 85 | 83 | 96 | 86 | 61 | CAN | 62 | 2 | 2,000,000$ | |
Rick Tocchet | ![]() | 82 | 89 | 83 | 78 | 99 | 97 | 48 | CAN | 60 | 3 | 3,500,000$ | |
Rob Murray | ![]() | 79 | 76 | 89 | 70 | 99 | 99 | 64 | CAN | 56 | 2 | 2024-10-05 | 1,400,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 | Contrat Signature Date | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chuck Weber | 75 | 78 | 76 | 79 | 82 | 80 | 69 | USA | 48 | 2 | 1,000,000$ | |
Dave Allison | 70 | 70 | 70 | 70 | 85 | 78 | 70 | CAN | 63 | 0 | 500,000$ | |
David Quinn | 68 | 79 | 77 | 71 | 84 | 84 | 76 | USA | 58 | 0 | 600,000$ | |
Derek Lalonde | 73 | 72 | 76 | 69 | 92 | 85 | 63 | USA | 52 | 0 | 850,000$ | |
Drew Bannister | 91 | 66 | 79 | 75 | 90 | 89 | 69 | CAN | 50 | 0 | 1,000,000$ | |
Greg Cronin | 66 | 67 | 74 | 67 | 77 | 85 | 83 | CAN | 61 | 0 | 600,000$ | |
Jacques Martin | 77 | 83 | 75 | 77 | 99 | 92 | 39 | CAN | 72 | 0 | 2,000,000$ | |
Jim Hiller | 73 | 79 | 80 | 80 | 95 | 92 | 63 | CAN | 55 | 0 | 500,000$ | |
Joel Bouchard | 79 | 82 | 72 | 81 | 99 | 99 | 60 | CAN | 50 | 0 | 500,000$ | |
John MacLean | 74 | 76 | 69 | 71 | 89 | 83 | 68 | CAN | 60 | 0 | 500,000$ | |
John Torchetti | 80 | 72 | 77 | 70 | 91 | 93 | 70 | USA | 57 | 0 | 500,000$ | |
Lane Lambert | 66 | 67 | 74 | 71 | 83 | 83 | 77 | CAN | 60 | 0 | 500,000$ | |
Marty Raymond | 72 | 72 | 69 | 74 | 86 | 87 | 69 | CAN | 61 | 1 | 550,000$ | |
Pascal Vincent | 68 | 74 | 70 | 71 | 87 | 87 | 73 | CAN | 52 | 0 | 500,000$ | |
Phil Housley | 76 | 84 | 75 | 78 | 78 | 80 | 83 | USA | 59 | 0 | 1,500,000$ | |
Randy Cunneyworth | 83 | 83 | 82 | 67 | 94 | 89 | 29 | CAN | 61 | 0 | 750,000$ | |
Ryan Huska | 73 | 69 | 74 | 77 | 72 | 82 | 81 | CAN | 49 | 0 | 500,000$ | |
Ryan Warsofsky | 73 | 75 | 69 | 68 | 90 | 81 | 64 | USA | 36 | 0 | 500,000$ | |
Scott Arniel | 92 | 67 | 80 | 82 | 98 | 99 | 74 | CAN | 61 | 0 | 1,500,000$ | |
Spencer Carbury | 78 | 83 | 82 | 84 | 92 | 92 | 71 | CAN | 42 | 0 | 2,500,000$ | |
Ted Nolan | 79 | 70 | 69 | 81 | 99 | 99 | 43 | CAN | 64 | 0 | 500,000$ | |
Todd Richards | 78 | 97 | 79 | 71 | 96 | 99 | 66 | USA | 57 | 0 | 1,500,000$ | |
Travis Green | 81 | 75 | 77 | 80 | 82 | 85 | 85 | CAN | 53 | 0 | 1,500,000$ |
Coaches Name | GP | W | OTW | SOW | L | OTL | SOL |
---|---|---|---|---|---|---|---|
Jeff Blashill | 82 | 46 | 6 | 3 | 17 | 5 | 5 |
Jon Cooper | 82 | 42 | 7 | 4 | 19 | 4 | 6 |
Patrick Roy | 82 | 41 | 5 | 3 | 28 | 2 | 3 |
Claude Julien | 82 | 41 | 1 | 2 | 29 | 6 | 3 |
Joel Quenneville | 82 | 41 | 1 | 5 | 28 | 5 | 2 |
Andrew Brunette | 82 | 39 | 5 | 4 | 23 | 6 | 5 |
Craig Berube | 82 | 38 | 5 | 3 | 24 | 9 | 3 |
Marc Crawford | 82 | 36 | 6 | 2 | 31 | 3 | 4 |
Darryl Sutter | 82 | 33 | 6 | 5 | 33 | 1 | 4 |
John Tortorella | 82 | 33 | 3 | 2 | 33 | 7 | 4 |
Barry Trotz | 82 | 32 | 2 | 3 | 34 | 10 | 1 |
John Stevens | 82 | 32 | 5 | 1 | 31 | 9 | 4 |
Lindy Ruff | 82 | 32 | 4 | 4 | 37 | 3 | 2 |
John Hynes | 82 | 31 | 6 | 6 | 33 | 4 | 2 |
Rod Brind'Amour | 82 | 31 | 3 | 0 | 41 | 3 | 4 |
Jim Montgomery | 82 | 31 | 8 | 5 | 33 | 4 | 1 |
Sheldon Keefe | 82 | 30 | 7 | 6 | 34 | 2 | 3 |
Mike Babcock | 82 | 29 | 6 | 1 | 36 | 9 | 1 |
Guy Boucher | 82 | 29 | 8 | 3 | 35 | 5 | 2 |
Peter DeBoer | 82 | 26 | 6 | 4 | 42 | 3 | 1 |
Todd McLellan | 82 | 26 | 5 | 3 | 43 | 2 | 3 |
Gerard Gallant | 82 | 24 | 3 | 2 | 41 | 5 | 7 |
Randy Carlyle | 82 | 23 | 5 | 3 | 40 | 7 | 4 |
Paul Maurice | 82 | 22 | 6 | 3 | 43 | 5 | 3 |