Number of item displayed on editor

Number of item displayed on editor

informaxinformax Posts: 4Questions: 2Answers: 0
edited October 2012 in Editor
I download the editor trial and i need to display the select with the number of items displayed on the datatable.
In datatable, the default is show it, but i cant do it on editor.
On the other hand, i`m trying to display a HUGE amount of data, so i need server side procesing for displaying it, i wanna mean, when you push the next or before button or make a search, i need to do an ajax call to the server and get the data.
Thats really easy on datatable, but when i try to do it with editor, i cant find how.
Any help or working example please

Replies

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
    Its exactly the same as with 'plain' DataTables. You simply need to have a server-side processing script for the data fetch (the sAjaxSource parameter in DataTables) and still have the 'insert, edit, delete' script that Editor uses - i.e. use two scripts :-). They don't need to be the same.

    Allan
This discussion has been closed.