with mysql pgsql intl support
$ brew install php --with-apache --with-mysql --with-pgsql --with-intl
date.timezone = Europe/Vienna
| $.fn.dataTableExt.oApi.fnPagingInfo = function (oSettings) { | |
| return { | |
| "iStart": oSettings._iDisplayStart, | |
| "iEnd": oSettings.fnDisplayEnd(), | |
| "iLength": oSettings._iDisplayLength, | |
| "iTotal": oSettings.fnRecordsTotal(), | |
| "iFilteredTotal": oSettings.fnRecordsDisplay(), | |
| "iPage": oSettings._iDisplayLength === -1 ? | |
| 0 : Math.ceil(oSettings._iDisplayStart / oSettings._iDisplayLength), | |
| "iTotalPages": oSettings._iDisplayLength === -1 ? |