1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-05 17:24:10 +01:00
DataTables/media/src/model
2011-12-06 18:03:29 +00:00
..
model.column.js oops - commit description for fnCreatedCell 2011-12-06 15:12:43 +00:00
model.ext.js Update internal variable names - rather than using the local private variables _aoSettings and _oExt, these are now attached to the DataTable object as static parameters. Cleaner and will document easier as well. 2011-12-06 18:03:29 +00:00
model.init.columns.js New: fnCreatedCell option for columns - this function is a compliment to fnRender, but in this case it is called when the cell is available (unlike fnRender). This allows DOM manipulation of the cell (or possibly the row as the parentNode if you so wished), such as adding a cell based on the cell data, or any other DOM manipulation. 2011-12-06 14:48:49 +00:00
model.init.js Remove trailing commas! 2011-12-06 16:44:17 +00:00
model.row.js Fix various comment spelling mistakes 2011-11-26 18:51:45 +00:00
model.search.js Add JSDoc comments for the DataTables settings object 2011-11-27 17:50:06 +00:00
model.settings.js Update internal variable names - rather than using the local private variables _aoSettings and _oExt, these are now attached to the DataTable object as static parameters. Cleaner and will document easier as well. 2011-12-06 18:03:29 +00:00