Use Editor with large tables

Use Editor with large tables

gotomediagotomedia Posts: 8Questions: 0Answers: 0
edited October 2012 in General
Are there any examples on how to do this?
I can not figure it out! There is a documentation on using server side processing with DataTables.
In Editor the scripts handling the server side are already included. Is anything prepared or does it have to be implemented individually?

Replies

  • gotomediagotomedia Posts: 8Questions: 0Answers: 0
    Found a Post on how to. Different scripts for Editor and DataTables.
    Got it!
    Thread can be closed!
  • allanallan Posts: 63,532Questions: 1Answers: 10,475 Site admin
    Currently you need to different scripts to do this - a server-side processing script get the data get and one for the Editor submit. This is done simply by initialising DataTables and Editor with different data source URLs.

    I am working on the PHP libraries for Editor at the moment to add automatic detection of server-side processing and for it to work seamlessly with that. That should be in 1.2.2.

    Regards,
    Allan
This discussion has been closed.