Jowin / Datatables-Bootstrap3

Plugin for Datatables Bootstrap3 UI Compatibility
215 stars 82 forks source link

Samples don't work #17

Open ulchm opened 10 years ago

ulchm commented 10 years ago

Hello, I cloned the repo this morning to see if this would work for a project I'm currently working on only to find that none of the example files even work.

jchan172 commented 10 years ago

This is probably because the references to the Bootstrap CSS and JS are out of date. I put the bs_full example up on JSFiddle: http://jsfiddle.net/GJYfe/1/

alrick commented 10 years ago

CSS and JS are included with CDN, you must run the example in a webserver.

sirNemanjapro commented 10 years ago

@Jowin re-reference the CSS and JS to local instead of CDN. Otherwise the examples dont work on local machine. Thank you.