What is Editor for
What is Editor for
Hi!
What is http://editor.datatables.net/ for?
Is code generated with Editor different than coding it from jquery.datatables.js? OR is it just a tool to generate CRUD for non-developer people?
I want to create a table with inline edit and delete control ... What is the maximum degree of customization?
Cordially,
madaweb
What is http://editor.datatables.net/ for?
Is code generated with Editor different than coding it from jquery.datatables.js? OR is it just a tool to generate CRUD for non-developer people?
I want to create a table with inline edit and delete control ... What is the maximum degree of customization?
Cordially,
madaweb
This discussion has been closed.
Replies
Editor's API can be used to extensively customise and control the form that is presented, so while Generator is useful for non-developers, primarily Editor as a whole is aimed directly at developers.
> I want to create a table with inline edit and delete control ... What is the maximum degree of customisation?
Have a look through some of the examples here to see what can be done with Editor: http://editor.datatables.net/examples/ - including an inline Edit / Delete example here: http://editor.datatables.net/release/DataTables/extras/Editor/examples/envelope_inline.html .
Allan
What about 15-day trial?
Yes it does :-). If you are using the PHP classes that Editor comes with, all you need to do is add `bServerSide: true` in your DataTables initialisation. This was a new feature added in 1.2.2 and means it will easily scale to cope with millions of rows, just like DataTables.
> What about 15-day trial?
This feature is also present in the 15 day trial version.
> Yes, Generator is not useful for me, I already have my database with datas
Generator might still be useful as it will create the Javascript required for a particular schema. Just tell it what columns you want it to read from your existing database. It is of course limited in what it can do - if you really want to see what Editor can do, you need to use its API!
Allan
I don't see the mechanism limiting the trial to 15 days.
- The PHP Join class is not available
- The source code is not available
- No offline documentation
- No upgrades
The full version does not have these limitation.
Also keep in mind that by purchasing a license, you are supporting DataTables as well as Editor and helping to ensure the future development and support of both :-)
Allan
Working as developer, I was wondering is what I'm going to stay with pure datatable or go to fast speed with Editor.
Thank again, I think I understand how Editor works and what is it for!
Little update for this thread to clarify. At the time of writing my post above (Jan 2013), the PHP Join class was not available in the trial version of Editor. That is no longer the case, joins (specifically Mjoin in this case, which has replaced the original Join class) are available in the trial.
Allan