mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-06 06:15:01 +02:00
806a3b7ae7
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