From f7bd661c593d13ef811d542399d78bd8824f34b1 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Fri, 6 Nov 2020 09:44:52 +0000 Subject: [PATCH] Sort: Note that the neutral plugin is only suitable for client-side processing Thanks Martin! --- api/order.neutral().js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/order.neutral().js b/api/order.neutral().js index 0d78eb3..1adae3b 100644 --- a/api/order.neutral().js +++ b/api/order.neutral().js @@ -4,6 +4,9 @@ * be an empty array (`[]`) in order to prevent sorting during initialisation, * it can sometimes be useful to restore the original order after sorting has * already occurred - which is exactly what this function does. + * + * Please note that this plug-in can only be used for client-side processing + * tables (i.e. without `serverSide: true`). * * @name order.neutral() * @summary Change ordering of the table to its data load order