mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-15 16:29:16 +01:00
oops - commit description for fnCreatedCell
This commit is contained in:
parent
d6d24275df
commit
7adcf877c0
@ -83,7 +83,10 @@ DataTable.models.oColumn = {
|
|||||||
"_bAutoType": true,
|
"_bAutoType": true,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Developer definable function that is called whenever a cell is created (Ajax source,
|
||||||
|
* etc) or processed for input (DOM source). This can be used as a compliment to fnRender
|
||||||
|
* allowing you to modify the DOM element (add background colour for example) when the
|
||||||
|
* element is available (since it is not when fnRender is called).
|
||||||
* @type function
|
* @type function
|
||||||
* @param {element} nTd The TD node that has been created
|
* @param {element} nTd The TD node that has been created
|
||||||
* @param {*} sData The Data for the cell
|
* @param {*} sData The Data for the cell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user