1rosehip / jplist

jPList jQuery Data Grid Controls is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure (DIVs, UL/LI, tables, etc).
http://jplist.com
Other
438 stars 176 forks source link

Controls don't display #190

Closed suntrop closed 8 years ago

suntrop commented 8 years ago

I can't get jPlist to work on my new site. Had it working without problems on another site, but now nothing works. I can't see anything of jPlist … for example the controls won't show up.

https://jsfiddle.net/suntrop/va2mrtp8/2/ (Hope I've setup that fiddle correctly, first time using it)

I have just copied the demo code, but there is no pagination.

1rosehip commented 8 years ago

You just used wrong js file: You used: https://cdnjs.cloudflare.com/ajax/libs/jplist/5.2.0/js/jplist.bootstrap-pagination-bundle.min.js The right one: https://cdnjs.cloudflare.com/ajax/libs/jplist/5.2.0/js/jplist.pagination-bundle.min.js

Demo: https://jsfiddle.net/no81no/f1br1d6m/10/

suntrop commented 8 years ago

Well, that is somewhat … embarrassing :(

Changed it and of course it works.

Thanks for your help!!

1rosehip commented 8 years ago

You're welcome :)

codingleo commented 7 years ago

I had the same problem with the version in bower. I had to use the link that @1rosehip suggested above to make it work.

Thanks!