| 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 |
| Nom de l’entraîneur | Nom de l’équipe | PH | DF | OF | PD | EX | LD | PO | CNT | Âge | Contrat | Date du Signature du Contrat | Salaire |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Andre Tourigny | Avalanche | 76 | 81 | 85 | 77 | 76 | 74 | 87 | CAN | 50 | 2 | 3,000,000$ | |
| Barry Trotz | Flames | 76 | 82 | 72 | 78 | 89 | 84 | 45 | CAN | 61 | 2 | 4,000,000$ | |
| Bruce Cassidy | Bruins | 84 | 92 | 88 | 80 | 84 | 79 | 64 | CAN | 59 | 2 | 3,500,000$ | |
| Craig Berube | Blackhawks | 83 | 84 | 82 | 83 | 82 | 79 | 65 | CAN | 58 | 2 | 3,500,000$ | |
| Derek Lalonde | Ducks | 86 | 84 | 81 | 87 | 77 | 74 | 82 | USA | 51 | 2 | 3,000,000$ | |
| Gerard Gallant | Stars | 86 | 87 | 83 | 85 | 84 | 75 | 60 | CAN | 60 | 2 | 3,500,000$ | |
| Jared Bednar | Blues | 83 | 89 | 93 | 85 | 76 | 74 | 76 | CAN | 52 | 2 | 2,500,000$ | |
| Jay Woodcroft | Islanders | 78 | 87 | 79 | 76 | 73 | 72 | 90 | CAN | 47 | 2 | 2,500,000$ | |
| Jim Montgomery | Red Wings | 88 | 95 | 86 | 90 | 82 | 80 | 74 | CAN | 55 | 2 | 3,000,000$ | |
| Joe Sacco | Golden Knights | 83 | 86 | 85 | 80 | 83 | 79 | 74 | USA | 55 | 2 | 3,000,000$ | |
| John Tortorella | Blue Jackets | 83 | 87 | 86 | 74 | 91 | 74 | 50 | USA | 66 | 2 | 4,500,000$ | |
| Jon Cooper | Lightning | 87 | 92 | 95 | 80 | 82 | 80 | 74 | CAN | 56 | 2 | 3,500,000$ | |
| Lindy Ruff | Flyers | 79 | 81 | 83 | 86 | 95 | 88 | 50 | CAN | 64 | 2 | 4,500,000$ | |
| Martin St. Louis | Canadiens | 74 | 77 | 86 | 90 | 74 | 77 | 85 | CAN | 49 | 2 | 2,500,000$ | |
| Mike Sullivan | Rangers | 86 | 84 | 87 | 80 | 83 | 76 | 68 | USA | 56 | 2 | 3,500,000$ | |
| Paul Maurice | Jets | 85 | 86 | 88 | 70 | 93 | 84 | 65 | CAN | 57 | 2 | 4,500,000$ | |
| Peter DeBoer | Maple Leafs | 83 | 86 | 91 | 84 | 78 | 75 | 70 | CAN | 56 | 2 | 3,000,000$ | |
| Peter Laviolette | Senators | 83 | 89 | 83 | 86 | 81 | 78 | 65 | USA | 59 | 2 | 3,500,000$ | |
| Rick Bowness | Kings | 82 | 85 | 83 | 81 | 96 | 85 | 43 | CAN | 69 | 3 | 4,500,000$ | |
| Rod Brind'Amour | Penguins | 90 | 95 | 88 | 87 | 82 | 80 | 72 | CAN | 55 | 2 | 3,000,000$ | |
| Ryan Huska | Sharks | 82 | 84 | 85 | 83 | 80 | 78 | 77 | CAN | 49 | 3 | 3,500,000$ | |
| Todd McLellan | Oilers | 85 | 86 | 83 | 80 | 82 | 77 | 68 | CAN | 56 | 2 | 3,500,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 |
| Nom de l’entraîneur | Nom de l’équipe | PH | DF | OF | PD | EX | LD | PO | CNT | Âge | Contrat | Date du Signature du Contrat | Salaire |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Alain Nasreddine | Barracuda | 77 | 78 | 76 | 73 | 77 | 75 | 80 | CAN | 49 | 2 | 1,000,000$ | |
| Alex Burrows | Thunderbird | 76 | 75 | 81 | 76 | 74 | 72 | 87 | CAN | 43 | 2 | 500,000$ | |
| Andrew Burnette | Penguins | 79 | 83 | 86 | 87 | 82 | 79 | 88 | CAN | 50 | 3 | 1,500,000$ | |
| Bob Boughner | Stars | 81 | 77 | 86 | 80 | 77 | 72 | 72 | CAN | 53 | 2 | 1,000,000$ | |
| D.J. Smith | Gulls | 77 | 76 | 72 | 80 | 77 | 70 | 92 | CAN | 47 | 2 | 1,000,000$ | |
| Dan Lambert | Griffins | 85 | 83 | 74 | 84 | 78 | 75 | 75 | CAN | 54 | 3 | 1,000,000$ | |
| David Hakstol | Phantoms | 80 | 86 | 88 | 85 | 80 | 75 | 69 | CAN | 55 | 2 | 1,500,000$ | |
| David Quinn | Bruins | 85 | 81 | 82 | 78 | 82 | 77 | 68 | USA | 57 | 2 | 1,500,000$ | |
| Dean Evason | Sound Tigers | 80 | 83 | 85 | 87 | 84 | 80 | 62 | CAN | 59 | 2 | 1,000,000$ | |
| Don Granato | Wolves | 81 | 85 | 87 | 84 | 82 | 78 | 82 | USA | 56 | 3 | 1,000,000$ | |
| Jeff Blashill | Wolf Pack | 82 | 79 | 82 | 85 | 74 | 69 | 77 | USA | 50 | 2 | 500,000$ | |
| Joel Quenneville | Marlies | 77 | 78 | 80 | 74 | 94 | 82 | 40 | CAN | 67 | 2 | 2,500,000$ | |
| John Stevens | 67s | 82 | 85 | 86 | 81 | 83 | 78 | 68 | CAN | 58 | 2 | 1,500,000$ | |
| Kirk Muller | Heat | 83 | 80 | 82 | 79 | 83 | 80 | 74 | CAN | 58 | 3 | 1,000,000$ | |
| Luke Richardson | Monarchs | 79 | 80 | 77 | 75 | 78 | 77 | 80 | CAN | 55 | 2 | 500,000$ | |
| Mike Yeo | IceHogs | 81 | 86 | 83 | 81 | 83 | 78 | 77 | CAN | 51 | 2 | 1,500,000$ | |
| Pascal Vincent | Eagles | 75 | 79 | 77 | 82 | 78 | 77 | 73 | CAN | 52 | 2 | 1,000,000$ | |
| Phil Housley | Crunch | 79 | 78 | 81 | 86 | 87 | 82 | 60 | USA | 60 | 2 | 2,000,000$ | |
| Rick Tocchet | Monsters | 83 | 91 | 78 | 86 | 84 | 80 | 62 | CAN | 60 | 2 | 1,500,000$ | |
| Sheldon Keefe | Moose | 81 | 83 | 84 | 85 | 78 | 73 | 82 | CAN | 43 | 2 | 1,000,000$ | |
| Stephane Robidas | Condors | 72 | 82 | 74 | 79 | 70 | 68 | 83 | CAN | 47 | 3 | 500,000$ | |
| Travis Green | Rocket | 79 | 82 | 78 | 77 | 76 | 70 | 74 | CAN | 53 | 2 | 1,000,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 |
| Nom de l’entraîneur | PH | DF | OF | PD | EX | LD | PO | CNT | Âge | Contrat | Date du Signature du Contrat | Salaire |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Bob Woods | 76 | 83 | 74 | 80 | 77 | 74 | 71 | CAN | 56 | 0 | 0$ | |
| Bruce Boudreau | 75 | 82 | 80 | 82 | 93 | 88 | 47 | CAN | 69 | 2 | 4,500,000$ | |
| Cail MacLean | 80 | 76 | 73 | 72 | 76 | 72 | 84 | CAN | 47 | 0 | 0$ | |
| Chris Taylor | 81 | 77 | 83 | 72 | 83 | 79 | 78 | CAN | 52 | 0 | 0$ | |
| Davis Payne | 75 | 76 | 78 | 81 | 78 | 74 | 73 | CAN | 53 | 0 | 0$ | |
| Dean Chynoweth | 73 | 75 | 78 | 75 | 74 | 76 | 70 | CAN | 56 | 0 | 0$ | |
| Dominique Ducharme | 70 | 72 | 70 | 64 | 73 | 68 | 72 | CAN | 51 | 2 | 500,000$ | |
| Greg Cronin | 78 | 80 | 87 | 85 | 82 | 75 | 85 | USA | 60 | 0 | 0$ | |
| Jack Capuano | 76 | 83 | 76 | 77 | 79 | 76 | 75 | USA | 58 | 0 | 0$ | |
| Jamie Kompon | 73 | 78 | 76 | 81 | 77 | 74 | 77 | CAN | 57 | 0 | 0$ | |
| Jay Leach | 76 | 78 | 72 | 71 | 72 | 69 | 83 | USA | 44 | 0 | 0$ | |
| Jeff Daniels | 80 | 86 | 80 | 81 | 81 | 79 | 76 | CAN | 56 | 0 | 0$ | |
| Jeff Halpern | 77 | 81 | 78 | 80 | 74 | 72 | 84 | USA | 48 | 0 | 0$ | |
| John Hynes | 82 | 80 | 80 | 81 | 76 | 68 | 76 | USA | 49 | 2 | 500,000$ | |
| Lane Lambert | 81 | 85 | 82 | 80 | 84 | 80 | 68 | CAN | 59 | 0 | 0$ | |
| Manny Malhotra | 77 | 80 | 76 | 78 | 75 | 72 | 83 | CAN | 44 | 0 | 0$ | |
| Mike Stothers | 78 | 85 | 80 | 69 | 89 | 79 | 60 | CAN | 62 | 0 | 0$ | |
| Mike Vellucci | 85 | 82 | 78 | 76 | 85 | 80 | 65 | USA | 57 | 0 | 0$ | |
| Ray Bennett | 76 | 80 | 81 | 76 | 89 | 84 | 53 | CAN | 60 | 0 | 0$ | |
| Rob Zettler | 69 | 77 | 72 | 75 | 79 | 75 | 66 | CAN | 56 | 0 | 0$ | |
| Scott Arniel | 83 | 79 | 82 | 78 | 85 | 80 | 60 | CAN | 61 | 0 | 0$ | |
| Spencer Carbery | 80 | 78 | 77 | 74 | 77 | 74 | 87 | CAN | 42 | 0 | 0$ | |
| Steve Ott | 82 | 80 | 77 | 72 | 75 | 71 | 88 | CAN | 41 | 0 | 0$ | |
| Todd Reirden | 78 | 81 | 86 | 79 | 76 | 74 | 78 | USA | 53 | 0 | 0$ | |
| Todd Richards | 78 | 83 | 86 | 75 | 81 | 77 | 67 | USA | 57 | 3 | 1,500,000$ |