From 66e92ab655d3ca45214d3115254981f5f99a73d0 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 11 Sep 2012 10:09:03 +0100 Subject: [PATCH] Fix - docs: Documentation error for fnGetPosition - missing one of the return indexes - 11708 --- media/js/jquery.dataTables.js | 3 ++- media/src/api/api.methods.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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