From c6e43fbfe22a38bcc43a77bf2493ccb9f329a6c5 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 21 Apr 2015 09:39:42 +0100 Subject: [PATCH] Fix docs: `dt-init columns.render` function signature defined incorrect types See thread 27349 - thanks to rdennis! --- docs/option/columns.render.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/option/columns.render.xml b/docs/option/columns.render.xml index 1629431c3..b39f5eb01 100644 --- a/docs/option/columns.render.xml +++ b/docs/option/columns.render.xml @@ -40,13 +40,13 @@ render( data, type, row, meta ) - + The data for the cell (based on `dt-init columns.data`) - + The type call data requested - this will be 'filter', 'display', 'type' or 'sort'. - + The full data source for the row (not based on `dt-init columns.data`)