Bootstrap-table: 1.11 : filterBy with array not working

Created on 6 Jul 2016  路  1Comment  路  Source: wenzhixin/bootstrap-table

Hi there,
Since the 1.10 to 1.11 maj, i can't filter with an array anymore :
$('#table').bootstrapTable('filterBy', {id: [1,2,3]});
it only works with a single int
$('#table').bootstrapTable('filterBy', {id: 1});

thx for your work =3

confirmed fixed js

Most helpful comment

Fixed in develop branch.

>All comments

Fixed in develop branch.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rajeshbtlit picture rajeshbtlit  路  4Comments

mnswiftone picture mnswiftone  路  4Comments

innoctive picture innoctive  路  4Comments

iamthestreets picture iamthestreets  路  5Comments

alejandrofm picture alejandrofm  路  4Comments