1. Filters the grid by matching the input entered by the user across the "Tax Group Name" and "Country" grid columns.
2. Filter results based on each character entered. For example:
if "c" is entered, only the first row in the on screen example will be displayed. This is based on "Canadian" with the Tax Group Name column or on "Canada" within the Country column
If "ne" is entered only the fourth and fifth rows in the on screen example will be displayed based on "New" in the Tax Group Name column
1. This should display 'All' if All States is checked in the Add Tax Group pop-up modal. Refer to the function here.
2. If not all States are checked, this should display a 'View' button that will open a pop-up modal displaying the list of seleted States the tax rate applies to.
1. Pressing this will display a view only pop-up modal that will list all States within the Country selected. Refer to the specifications for this screen here.
2. This should be greyed out and disabled if a Tax Group is attached to at least one Merchant. User should see a pop-up message upon hovering action over the button: "You won't be able to delete this Tax Group as it is attached to one or more merchants."