I'm trying to use iTotalPages (via $.fn.dataTableExt.oApi.fnPagingInfo) variable somehow in my oLanguage.sInfo text to show total pages available; is there a way to do this w/o modifying jquery.dataTable.js ?
Do you mean this plug-in: http://datatables.net/plug-ins/api#fnPagingInfo ?
You can use http://datatables.net/ref#fnInfoCallback to manipulate the information string (and you likely won't need the plug-in either, since the parameters are all passed into the method).
Replies
You can use http://datatables.net/ref#fnInfoCallback to manipulate the information string (and you likely won't need the plug-in either, since the parameters are all passed into the method).
Allan
Thanks so much!