diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 4f9ec1f9..119cc63a 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -5727,7 +5727,8 @@ * and column index including hidden columns * @param {node} nNode this can either be a TR, TD or TH in the table's body * @returns {int} If nNode is given as a TR, then a single index is returned, or - * if given as a cell, an array of [row index, column index (visible)] is given. + * if given as a cell, an array of [row index, column index (visible), + * column index (all)] is given. * @dtopt API * * @example diff --git a/media/src/api/api.methods.js b/media/src/api/api.methods.js index 7ca7f29b..1934db0b 100644 --- a/media/src/api/api.methods.js +++ b/media/src/api/api.methods.js @@ -803,7 +803,8 @@ this.fnGetNodes = function( iRow ) * and column index including hidden columns * @param {node} nNode this can either be a TR, TD or TH in the table's body * @returns {int} If nNode is given as a TR, then a single index is returned, or - * if given as a cell, an array of [row index, column index (visible)] is given. + * if given as a cell, an array of [row index, column index (visible), + * column index (all)] is given. * @dtopt API * * @example