PHP Editor library needs licence ?
PHP Editor library needs licence ?
I try to use SearchBuilder with Editor like discussed in
https://datatables.net/forums/discussion/64728/searchbuilder-does-not-work-on-server-side-instances
to use SearchBuilder with serverside processing.
In this discussion Allan stated that the PHP Editor library is usable without licence. I tried the following example
https://editor.datatables.net/examples/extensions/searchBuilder.html
it worked perfectly but datatable now stopped to work and told me that my trial licence has expired ... ?
Does this mean that I need a licence to use SearchBuilder with serverside capabilities ?
This question has an accepted answers - jump to answer
Answers
Remove the client-side Editor libraries from your page. The PHP libraries are MIT licensed, but the client-side libraries carry our commercial Editor license.
At a guess you might have
dataTables.editor.js
included on your page for example (there are a number of ways of including the script) - remove it.Allan
Thank you so much for you fast response - you safed my live - and for providing such a excellent piece of software !!!