1
0
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:
Allan Jardine 2011-12-06 15:12:43 +00:00
parent d6d24275df
commit 7adcf877c0

View File

@ -83,7 +83,10 @@ DataTable.models.oColumn = {
"_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
* @param {element} nTd The TD node that has been created
* @param {*} sData The Data for the cell