Filter Class
Item Index
Methods
filterAll
()
Filters out everything not matching the input.
Returns:
void
filterCompleted
()
Filter out issues that does not have the status Completed. ("td")[2] means that it's the third column from the left
Returns:
void
filterInProgress
()
Filter out issues that does not have the status In progress. ("td")[2] means that it's the third column from the left
Returns:
void
filterMine
()
Filters out the counties not matching your input (among your chosen counties)
Returns:
void
filterRegistered
()
Filter out issues that does not have the status Registered. ("td")[2] means that it's the third column from the left
Returns:
void
filterTable()
()
Filters out everything in a table not matching the input
Returns:
void
showAll
()
Unfilter a filtered table
Returns:
void