Allan Jardine
|
f03c670cf9
|
Update: Unit test updated for the mData name change from mDataProp. Note that a number of tests to test the backwards compability of mDataProp!
|
2012-06-29 20:10:15 +01:00 |
|
Allan Jardine
|
e9adba0802
|
Dev change: mDataSource renames to mDataProp. Reason for the change is that in future we could have mSortProp and mFilterProp if we wanted to sort / filter on something other than the main data. Also we are refering to a property of the source object (or an index of the source array - hence keeping the 'm' prefix)
|
2011-04-23 10:38:00 +01:00 |
|
Allan Jardine
|
f172ef5383
|
New: Significant change to how data is handled by DataTables. DataTables now has the ability to deal with complex objects as data sourced, which is particularly useful for dealing with Ajax data, and other data which doesn't belong in the visible table (db IDs for example). See the examples/ajax/ files that are in this commit for examples on how this works. More unit tests and further tidy up to come. Detailed examples will also be added in future - the current examples are mainly for testing
|
2011-04-19 19:35:33 +01:00 |
|