filterable
filterable copied to clipboard
bootstrap 3
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
@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:
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 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