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

Docs - fix: fnSort documentation updated to indicate column sorting - 9094

This commit is contained in:
Allan Jardine 2012-03-21 06:49:24 +00:00
parent 2096244c60
commit f883df1afd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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