From 505bef35b56d8dc6e7ced3819c3e0889fd997ea6 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 13 Feb 2014 09:55:10 +0000 Subject: [PATCH] Fix: Correct documentation for the fnGetTds 1.10 eqiv. method --- api/fnGetTds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/fnGetTds.js b/api/fnGetTds.js index e556c82..4d028ce 100644 --- a/api/fnGetTds.js +++ b/api/fnGetTds.js @@ -2,7 +2,7 @@ * Get an array of `dt-tag td` nodes from DataTables for a given row, including * any column elements which are hidden. * - * DataTables 1.10 has the `dt-api row().nodes()` method, built-in, to provide + * DataTables 1.10 has the `dt-api cells().nodes()` method, built-in, to provide * this functionality. As such this method is marked deprecated, but is * available for use with legacy version of DataTables. Please use the new API * if you are used DataTables 1.10 or newer.