Skip to content

Commit

Permalink
Fix docs: dt-init columns.render function signature defined incorre…
Browse files Browse the repository at this point in the history
…ct types

See thread 27349 - thanks to rdennis!
  • Loading branch information
Allan Jardine committed Apr 21, 2015
1 parent edb30c1 commit c6e43fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/option/columns.render.xml
Expand Up @@ -40,13 +40,13 @@
</type>
<type type="function">
<signature>render( data, type, row, meta )</signature>
<parameter type="node" name="data">
<parameter type="*" name="data">
The data for the cell (based on `dt-init columns.data`)
</parameter>
<parameter type="node" name="type">
<parameter type="string" name="type">
The type call data requested - this will be 'filter', 'display', 'type' or 'sort'.
</parameter>
<parameter type="node" name="row">
<parameter type="*" name="row">
The full data source for the row (not based on `dt-init columns.data`)
</parameter>
<parameter type="object" name="meta" since="1.10.1">
Expand Down

0 comments on commit c6e43fb

Please sign in to comment.