diff --git a/.datatables-commit-sync b/.datatables-commit-sync index bd704cc3..66334f6e 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -cefecf132582e4ba2f00dd0f221b3e3194e5db45 +2eb6e6d14aa6df1a8dcc38869ac53502e4201414 diff --git a/examples/api/highlight.html b/examples/api/highlight.html index 92d6a07c..01db53a5 100644 --- a/examples/api/highlight.html +++ b/examples/api/highlight.html @@ -44,9 +44,9 @@ $(document).ready(function() {

DataTables example Highlighting rows and columns

-

Highlighting rows and columns have be quite useful for drawing attention to where the user's cursor is in a table, particularly if you have a lot of narrow - columns. Of course the highlighting of a row is easy enough using CSS, but for column highlighting, you need to use a little bit of Javascript.

-

This example shows that in action on DataTable by making use of the Highlighting rows and columns can be useful for drawing attention to where the user's cursor is in a table, particularly if you have a lot of narrow columns. + Highlighting a row is easy using CSS, but for column highlighting, you need to use a little bit of Javascript.

+

This example shows DataTables making use of the cell().index() method to get the index of the column that is to be operated on, and then the cells().nodes() and column().nodes() methods to remove old classes and