diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 1da75626..4b83a746 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -5836,7 +5836,7 @@ /** - * Sort the table by a particular row + * Sort the table by a particular column * @param {int} iCol the data index to sort on. Note that this will not match the * 'display index' if you have hidden data entries * @dtopt API diff --git a/media/src/api/api.methods.js b/media/src/api/api.methods.js index 53258a3c..c15ab494 100644 --- a/media/src/api/api.methods.js +++ b/media/src/api/api.methods.js @@ -1098,7 +1098,7 @@ this.fnSettings = function() /** - * Sort the table by a particular row + * Sort the table by a particular column * @param {int} iCol the data index to sort on. Note that this will not match the * 'display index' if you have hidden data entries * @dtopt API