1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-04 16:24:11 +01:00
DataTables/media/src
2012-02-01 09:53:39 +00:00
..
api Docs: Add a "dtopt" tag to options that should be documented on the DataTables main site. This allows that documentation to be automatically generated from the source as well as the auto gen developer documentation. 2012-01-31 12:36:44 +00:00
core Fix: When mDataProp was used to get a nested object, but a parent object didn't exist it would throw an unrecoverable error. With this change the behaviour matches that of single level data whereby if data cannot be found, at any level, then undefined is returned from the data get object. This means that if sDefaultContent is defined then that will be used instead, and if not defined an error will still be given (although this one under DataTables' control). 2012-02-01 08:16:49 +00:00
ext Version up to 1.9.0.dev.2 2011-12-20 14:48:27 +00:00
model Fix: Docs: fnVersion check should be marked with @type function 2012-02-01 09:53:39 +00:00
DataTables.js Docs: The options (properties) for the DataTables initialisation object that have a default function need an @member tag otherwise they are documented as methods, which they are not. 2012-02-01 09:07:52 +00:00