mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
8859dfe380
integer. This allows dynamic reading of information from the source object (for example getting the length of an array in the data source object) as well as the deep object reading and array index reading already available. The function is called with a single argument (the data object) when being read and two arguments (the data object, new value) when being set. This can be seen as an alternative to fnRender but it makes sense to include this functionality here as an option.