Editor 1.2 now available
Editor 1.2 now available
allan
Posts: 63,498Questions: 1Answers: 10,471 Site admin
Hello all,
On the back of the DataTables 1.9.3 release, I'm delighted to introduce the latest version of Editor, the complete editing package for DataTable ( http://editor.datatables.net ). Version 1.2 is now available!
New in this release:
- PHP server-side implementation has been completely revamped, with a much more flexible and accessible API. The PHP classes are fully documented and available online, just like the client-side Editor API, and a new tutorial is available, introducing the updated PHP classes:
http://editor.datatables.net/tutorials/php .
- Support for SQL JOINs! As part of the work on the PHP libraries, a new `Join` class has been introduced, which makes it easy to pull information from multiple database tables, into a single editable DataTable. There is also a tutorial detailing how this class works, and an example of it in action:
http://editor.datatables.net/tutorials/php_join
http://editor.datatables.net/release/DataTables/extras/Editor/examples/join.html
This builds upon the new abilities of mData and mRender that were introduced in DataTables 1.9.3:
http://datatables.net/forums/discussion/11251/datatables-1.9.3
- Internationalisation - It has always been possible to modify the language strings used by Editor, but now it is super easy to do through the `i18n` initialisation parameter:
http://editor.datatables.net/release/DataTables/extras/Editor/examples/i18n.html
- And more - there are smaller changes, bug fixes and general improvements as well. The full release notes are available here:
http://editor.datatables.net/download/release-notes-1.2.0
Editor 1.1 is a free upgrade for all Editor licensees and can be downloaded from its download page: http://editor.datatables.net/download/ . If you haven't yet purchased an Editor license, you can try it out free for 15 days (follow the download link and it will let you start the trial).
If you have any questions about Editor, its licensing or other issues, please open a new thread in the forum so we can keep track of individual issues and ensure that they get resolved!
Enjoy!
Allan
On the back of the DataTables 1.9.3 release, I'm delighted to introduce the latest version of Editor, the complete editing package for DataTable ( http://editor.datatables.net ). Version 1.2 is now available!
New in this release:
- PHP server-side implementation has been completely revamped, with a much more flexible and accessible API. The PHP classes are fully documented and available online, just like the client-side Editor API, and a new tutorial is available, introducing the updated PHP classes:
http://editor.datatables.net/tutorials/php .
- Support for SQL JOINs! As part of the work on the PHP libraries, a new `Join` class has been introduced, which makes it easy to pull information from multiple database tables, into a single editable DataTable. There is also a tutorial detailing how this class works, and an example of it in action:
http://editor.datatables.net/tutorials/php_join
http://editor.datatables.net/release/DataTables/extras/Editor/examples/join.html
This builds upon the new abilities of mData and mRender that were introduced in DataTables 1.9.3:
http://datatables.net/forums/discussion/11251/datatables-1.9.3
- Internationalisation - It has always been possible to modify the language strings used by Editor, but now it is super easy to do through the `i18n` initialisation parameter:
http://editor.datatables.net/release/DataTables/extras/Editor/examples/i18n.html
- And more - there are smaller changes, bug fixes and general improvements as well. The full release notes are available here:
http://editor.datatables.net/download/release-notes-1.2.0
Editor 1.1 is a free upgrade for all Editor licensees and can be downloaded from its download page: http://editor.datatables.net/download/ . If you haven't yet purchased an Editor license, you can try it out free for 15 days (follow the download link and it will let you start the trial).
If you have any questions about Editor, its licensing or other issues, please open a new thread in the forum so we can keep track of individual issues and ensure that they get resolved!
Enjoy!
Allan
This discussion has been closed.
Replies
> I want to "add new" only if the user/admin have certain permissions(set seperate from wordpress).For other users,editor shouldnot be appear any more.
How can it possible??
1. As noted in my post above, could you post individual questions in a separate thread so we can track individual issues - otherwise the conversation can get very confused!
2. I don't have a license purchase record of Editor under your username. Can you confirm which username you purchased the license under?
Allan
Yes - absolutely. Editor can be used with any server-side environment you want to use.
Currently Editor ships with a server-side implementation that supports PHP with MySQL, Postgres and SQLite databases (all PDO). We will be adding PHP drivers for Oracle and SQL Server soon. We are also looking at developing other server-side implementations including C#.
The client-server communication to thoroughly documented here: http://editor.datatables.net/server/ - so you can implement your own server-side if you require.
Regards,
Allan
Thanks for the response
thankx
Thanks It is work the script Server-side processing JSP and connect to oracle database ,
what is the script for Server-side processing JSP to EDIT & CREATE & DELETE Record.
thankx
As I mentioned in my previous post, Editor currently has database drivers for its PHP abstraction layer for MySQL, Postgres and SQLite. We will be adding PHP drivers for Oracle and SQL Server soon.
We don't currently provide a JSP server-side implementation, although the client-server communication protocol is fully documented, so you can implement Editor support on any server environment.
If you subscribe to the DataTables releases RSS feed you will get an announcement when new versions of Editor are available: feed://datatables.net/rss.xml
Allan
Thanks for the response