Files
Piwigo/admin
plegall 806a3b7ae7 feature #378, bug fixed on draw() call
The oTable javascript variable is built with jQuery('#userList').dataTable(),
which returns a jQuery object, while jQuery(...).Datatable() would directly
return a DataTables API object. So now, to access the draw() function, we need
to get the api() first from the jQuery object.

https://datatables.net/manual/api#Accessing-the-API
2016-12-09 15:04:48 +01:00
..
2016-10-07 19:41:21 +02:00