jQuery dataTables バージョン 1.9.2 を使用しています
テーブルはクラスで作成され、datatable
適切に表示されますが、今は使用したい fnPageChange
ので、テーブルのオブジェクトが必要です。
$(document).ready(function(){
var oTbl = $(".datatable").dataTable();
});
このコードは、次のようなアラートを出します -
DataTables warning (table id = 'tblCat'): Cannot reinitialise DataTable.
To retrieve the DataTables object for this table, pass no arguments or
see the docs for bRetrieve and bDestroy.
バージョン 1.7 で popup hereに関するこの問題が修正されたことを読みました。
テーブルの既存のオブジェクトを操作するにはどうすればよいですか?