site for data tables sandbox - code examples and demos?
site for data tables sandbox - code examples and demos?
It can be pretty hard to help debug someone's code without being able to see a working site - but not everyone is at liberty to post their production or test sites due to confidentiality or firewalls. It's also not always easy to explain and provide code on the forums to fully demonstrate a solution. We would probably benefit from some space online somewhere where we have access to 1) datatables and jquery javascript libraries, 2) a db for read and maybe (limited) write access (especially if a pre-made sample table and a limited writable table is already set up), 3) a few PHP scripts to connect the two.
Some have used jsfiddle, and that might be an interesting solution, but I want to get people's feedback to see if there are better suggestions, sites, or if someone wants to host a site for this.
If jsfiddle or some other site is our best option, perhaps someone can give a quick lesson on how to use it, quickly and efficiently set up a datatables problem set or solution set, etc.
Thoughts?
Some have used jsfiddle, and that might be an interesting solution, but I want to get people's feedback to see if there are better suggestions, sites, or if someone wants to host a site for this.
If jsfiddle or some other site is our best option, perhaps someone can give a quick lesson on how to use it, quickly and efficiently set up a datatables problem set or solution set, etc.
Thoughts?
This discussion has been closed.
Replies
Ideally it would be great to get DataTables onto a CDN so it can be included nice and quickly. A template setup for jsfiddle would be nice as well - or even a way to clone the examples into something like jsfiddle. That would be very useful indeed. I'll look into options, but I suspect it will come down to the cost of running and the time to develop and maintain it.
The schema and data for the test db I use is available here if you are interested: http://datatables.net/development/server-side/sql .
Regards,
Allan
I'd be happy to set up a template on jsfiddle if there were an external link to the datatables js and css files.
Jason