bootstrap-table-filter icon indicating copy to clipboard operation
bootstrap-table-filter copied to clipboard

Results 27 bootstrap-table-filter issues
Sort by recently updated
recently updated
newest added

I cannot get this to work? Documentation examples vary greatly. Repo does locally and on jsfiddle without luck. Can you help me out here?

I've got a test of this set up, but the filter option doesn't show. Since there is no documentation, I'm having a hard time figuring out why. The pagination, search...

I've looked through most of the post here and all the examples seem broken (no filter option appears): http://plnkr.co/edit/JkRMZt?p=preview http://plnkr.co/edit/2dcoPeeBe3UNJl0OR04g?p=preview Even this one seemed more advanced but the filter does...

Hi, I have placed two bootstrap table in single page. First table for customer address details, second one for product detail, I have used bootstrap-table-filter the data are loaded correctly....

I'm trying to customize for to choose what column will have a filter. I made a example about what I'm trying to do: http://plnkr.co/edit/2dcoPeeBe3UNJl0OR04g?p=preview How you can see, I have...

Hi there, i'm trying use Filter Control with x-editable, but the problem is this: When you trying to search, you get all info between "td" tag, and i'm just trying...

Hello! How I can apply filter in code? The second question is how I can apply not empty filter on table init? Thanks.

If `field` string contains spaces, jquery throws error. One solution is replacing spaces with slashes. More info [SO](http://stackoverflow.com/a/5287143/968379)

data-url定义了,自定义toolbar,里边写的自定义查询条件,查询的时候用bootstrapTable('refresh',{query{}}),第一页有效果,点击第二页查询参数就没了

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...