Working example in JSFiddle or live.datatables.net
Working example in JSFiddle or live.datatables.net
Hi,
I'm new to datatables but think it is going to be a big help with a project I am working on I'm running into some problems and would like to flesh it out in JSFiddle, Live.datatables.net or something similar so I can reference it in a forum post if I can't resolve it myself. I have found examples on both environments for DataTables but not any including the Editor. Is it possible to do this and, if so, can someone please forward me to an example to work with?
Many thanks,
Scott
This question has accepted answers - jump to:
Answers
In http://live.datatables.net there is an "Editor" option under the "Libraries" list which will work on that sub-domain, but there isn't a server-side install for it to edit the loaded data.
To get data into the table there are a few feeds available, or just use
data
with your data rather thanajax
.For Editor, the live site and a description of the issue is currently the best option (I need to work on a better solution!).
Allan
I found an initial example not including the Editor here: http://jsfiddle.net/scotie/zmu75dhs/1/
I forked it to try and reference the files I needed here: http://jsfiddle.net/scotie/pdvov22o/1/
Clearly I'm doing something very wrong!
Thanks Allan...following your advice I have this: http://live.datatables.net/vejeqafu/3/edit
Beauty!
Nice one. So what's the question? :-)
Allan
No question...hadn't released I was to "accept" your answer. Done.