1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-18 11:52:11 +01:00

Update media/js/jquery.dataTables.js

Update doc to reflect that _fnGetWidestNode returns a node, not a string.
This commit is contained in:
Tim Tucker 2012-08-31 10:48:55 -03:00
parent 9f8d2a632b
commit 08619a3a21

View File

@ -3765,7 +3765,7 @@
* Get the widest node
* @param {object} oSettings dataTables settings object
* @param {int} iCol column of interest
* @returns {string} max string length for each column
* @returns {node} widest table node
* @memberof DataTable#oApi
*/
function _fnGetWidestNode( oSettings, iCol )