'headerFilterParams for exact string

I'm using Tabulator in a project and I'm trying to use a headerFilter and headerFilterParams:{values:true} parameter for filtering one of the columns, but the filter seems to apply an "includes" filter to a string instead of an "equals" filter. This results in extra rows of data that are not intended based on the filter. Is there a way to change this behavior? enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source