我正在使用https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control
中提供的bootstrap-table-filter扩展名filterControl =“ select”可以很好地用于具有唯一值的列。但是,当该列具有“ subscribed”和“ unsubscribed”之类的值时,并且在选择“ subscribed”时,它都会返回两者。
当我使用filterStrictSearch或filterStartsWithSearch时,它不返回任何行。有没有办法处理这种情况?筛选器选择中的值是否需要唯一或是否有解决方法?