Evaluating Editor
Evaluating Editor
wyattbiker
Posts: 25Questions: 14Answers: 0
There is no sample data for Ajax Data in the examples. E.g.: https://editor.datatables.net/examples/simple/simple.html
or am I seeing it wrong.
This question has accepted answers - jump to:
This discussion has been closed.
Answers
Thanks for your message.
The way the Editor demo site works is that there is a pool of 250 databases. From that pool each session is connected to one of those databases - the idea being that your changes will be retained for yourself, but others wouldn't see them and likewise you shouldn't see changes any others. The databases reset 3 hours after use (individually).
It sounds like you might have encountered a database which happens to have had all of its data deleted by someone else - the pool size perhaps isn't big enough at the moment. Not sure why they would do that, but it is quite possible.
If you try it in a different browser it should start a different session and give you a different DB. When I load the page just now I see 57 records in the table.
Allan
If you make a change to the table you will see the Ajax submit and response.
Kevin
Thanks guys