filterable icon indicating copy to clipboard operation
filterable copied to clipboard

bootstrap 3

Open jmls opened this issue 11 years ago • 3 comments

I don't know if this is a bootstrap 3 problem - but I can't get this to work with it : all I get is a

Uncaught TypeError: Cannot read property 'template' of undefined

and the filters do not show the update screen

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1053228-bootstrap-3?utm_campaign=plugin&utm_content=tracker%2F228287&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F228287&utm_medium=issues&utm_source=github).

jmls avatar Oct 18 '13 10:10 jmls

@jmls, you are correct. Filterable is not currently compatible with Bootstrap 3. X-editable just recently added support for Bootstrap 3, and I haven't had time to incorporate it into Filterable yet. Pull requests are always welcome :wink:

lightswitch05 avatar Oct 18 '13 13:10 lightswitch05

I would very much like to use this filtering tool in a project I'm working on, but I'm using Bootstrap 3. I'm not very good with JavaScript, can you point me at what has to be fixed to make this work? I want to make the necessary changes to update this to Bootstrap 3.

dante4d avatar Sep 09 '14 01:09 dante4d

@dante4d you would need to strip out all of the auto-complete, as that has completly changed in v3. It would need some CSS changes, maybe some x-editable changes. Nothing huge should be preventing bootstrap 3 usage

lightswitch05 avatar Sep 09 '14 02:09 lightswitch05