From a6071de3a811d86f0eb4ca4f53eda1862afc7dfa Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 16 Jul 2018 12:31:21 +0100 Subject: [PATCH] API: Note about `processing()` being available in DT2 core --- api/processing().js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/processing().js b/api/processing().js index 4006fc6..84164aa 100644 --- a/api/processing().js +++ b/api/processing().js @@ -1,5 +1,8 @@ /** - * Externally trigger the display of DataTables' "processing" indicator. + * Externally trigger the display of DataTables' "processing" indicator. + * + * Please note that of DataTables 2.0.0 this functionality is now built into + * DataTables core and this plug-in is no longer required. * * @name processing() * @summary Show / hide the processing indicator via the API