mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-07 05:54:15 +01:00
Docs - fix: fnSort documentation updated to indicate column sorting - 9094
This commit is contained in:
parent
2096244c60
commit
f883df1afd
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -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
|
* @param {int} iCol the data index to sort on. Note that this will not match the
|
||||||
* 'display index' if you have hidden data entries
|
* 'display index' if you have hidden data entries
|
||||||
* @dtopt API
|
* @dtopt API
|
||||||
|
@ -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
|
* @param {int} iCol the data index to sort on. Note that this will not match the
|
||||||
* 'display index' if you have hidden data entries
|
* 'display index' if you have hidden data entries
|
||||||
* @dtopt API
|
* @dtopt API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user