30.11.2014, 12:54
|
|
Профессор
|
|
Регистрация: 22.03.2012
Сообщений: 3,744
|
|
сейчас, только дочитаю
http://datatables.net/reference/option/ajax
Цитата:
|
function ajax( data, callback, settings )
Description:
As a function, making the Ajax call is left up to yourself allowing complete control of the Ajax request. Indeed, if desired, a method other than Ajax could be used to obtain the required data, such as Web storage or an AIR database.
When the data has been obtained from the data source, the second parameter (callback here) should be called with a single parameter passed in - the data to use to draw the table.
|
в этом случае, как и написано, ты полностью берёшь контроль по отправке запроса за данными и обработки их при получении, всё остальное дело практики
Сообщение от kyt
|
Остается вопрос про setTimeout.
|
в чём он?
|