Allan Jardine
|
660e8cb374
|
Update - examples: Witht he change in name from mDataProp to mData, this change is now refelected in the examples to encorage mData usage (do remember that mDataProp will still work, but use of mData is encoraged).
|
2012-08-08 22:30:26 +01:00 |
|
Allan Jardine
|
d3c2fd551b
|
Fix - examples: Remove link to custom column ordering - now recommended mDataProp
|
2012-02-10 07:38:45 +00:00 |
|
Allan Jardine
|
ccb99b3305
|
Add the localstorage example to the links list
|
2012-01-14 12:02:34 +00:00 |
|
Allan Jardine
|
e8c4436132
|
Update examples list with new custom events demo link
|
2011-12-28 11:55:39 +00:00 |
|
Allan Jardine
|
9720130cbc
|
Update example links with new flexible width example
|
2011-12-15 10:19:24 +00:00 |
|
Allan Jardine
|
cf0bfe0145
|
Update documentation links to add defaults example and remove fnGetNodes from post-init description
|
2011-12-14 18:05:57 +00:00 |
|
Allan Jardine
|
1d2db4d5e9
|
New: All examples which show Ajax requests now show the JSON response from the server (highlighted to be readiable JSON formatting) and the responses shown will update with each additional request. The idea is to make the formatting that DataTables expects / can cope with more obvious
|
2011-09-10 08:53:02 +01:00 |
|
Allan Jardine
|
f788dd28d3
|
New: Syntax highlighting for the examples and provide a link for DataTables initialisation options to the reference page
|
2011-09-05 19:14:02 +01:00 |
|
Allan Jardine
|
3ae5367ddc
|
Dev fix: Committed test case my mistake - reverting
|
2011-05-14 10:58:00 +01:00 |
|
Allan Jardine
|
ed00eac7f5
|
Updated: Update the links on all examples to include the new examples for 1.8 and general tidy up of examples
|
2011-04-26 07:30:31 +01:00 |
|
Allan Jardine
|
a9b9dc4ffe
|
New: New examples for the various features of DataTables 1.8
|
2011-04-25 19:07:57 +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
|
2d0aff2b39
|
New: The ability to customise the property that is read when obtaining Ajax information from the server, for the data to insert into the table. The new initailisation parameter is sAjaxDataProp. It can be used with Ajax sourced data or server-side processing. When Ajax sourced data is used, it can be an empty string in which case it is assumed that an array has been passed into DataTables directly. Note also that it uses the same object data processor as mDataSource, so you can use dot notation to read from nested information (e.g. 'my.data').
|
2011-04-21 18:37:36 +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 |
|