The filter options should be moved to a new section of the app above the table. For accessibility reasons, this section should be defined by a form object that, when submitted, applies each filter to the table. In addition, changing the value of the inputs within the form should automatically apply the filters again, either through resubmitting the form or by calling the same method as when the form is submitted.
The filter options should be moved to a new section of the app above the table. For accessibility reasons, this section should be defined by a form object that, when submitted, applies each filter to the table. In addition, changing the value of the inputs within the form should automatically apply the filters again, either through resubmitting the form or by calling the same method as when the form is submitted.
Here is a diagram for how the table should look.