bootstrap-table-filter
bootstrap-table-filter copied to clipboard
select & search not working. range is working ?
Hello.
I am having trouble with filters.
select & search are not working but range is working ?
If i do an equals to on a number it is working fine. If I select a check box or type in the search it comes back blank even tho it is there.
I have a feeling that it might be conflicting with ex-editable because ex-editable adds data-type to the td.
for example:
td
a data-type="text > Product 1 /a
/td
I noticed that bootstrap table filter uses type: 'search' etc... Would that be the reason ?
my bootstrap table loks a little like this:
my json looks a little like this: [ { "id": "1", "prodcode": "0001", "prodname": "Product 1", "proddescription": "Description 1", "prodcategory": "Category1", "prodsupplier": "Default Supplier 1", "prodcost": "10.00", "prodsell": "20.50", "prodtax": "20", "prodmodified": "2015-12-30", "prodstock": "-32", "prodbarcode": "688vv8v8sv5s675s", "prodstatus": "outofstock" } ] I am not using my js file to create the tables. Any ideas ? p.s how can i add code blocks here ? ;) |
---|