Allan Jardine
|
ab9138b773
|
Updated: Initial pass at tidying up callbacks and events in DataTables - adding _fnCallbackReg and _fnCallbackFire to provide a single point for registering and firing callbacks in a unified way. Not all callbacks yet use these methods and some callbacks need to be converted to the array method (useful for plug-in developers)
|
2011-12-25 07:52:51 +00:00 |
|
Allan Jardine
|
94542c810a
|
New: fnRender update - data object now also contains mDataProp along with the other information from before. There is also a second parameter passed to the function - the current value of the cell (was possible to get it from the data array, but this makes life a little easier if you want to get just that, which is the most common usage here).
|
2011-12-23 18:31:25 +00:00 |
|
Allan Jardine
|
2213cef905
|
Typo in pipelining example
|
2011-12-23 17:59:33 +00:00 |
|
Allan Jardine
|
529aba4c5c
|
Fix: Remove sorting classes from TD elements as well as TH - 7836
|
2011-12-23 13:26:59 +00:00 |
|
Allan Jardine
|
0a1a2a17dc
|
Updated: The call to _fnFilterCustom doesn't need to check if there are filters since the loop will effectively do that anyway.
|
2011-12-21 09:11:12 +00:00 |
|
Allan Jardine
|
74f3426284
|
Fix: Modify the filtering such that client-side filtering is not done when server-side processing is enabled - its just a waste of time since hte server will do it all - 7825
|
2011-12-21 09:07:44 +00:00 |
|
Allan Jardine
|
3f9b7430f1
|
Version up to 1.9.0.dev.2
Remove the title attribute from the 2 button pagination - its totally redundant now
|
2011-12-20 14:48:27 +00:00 |
|
Allan Jardine
|
869223e16d
|
Update the sorting icon images. The old PNGs were really rather poor with what looked like 1bit transparency.
|
2011-12-20 14:45:05 +00:00 |
|
Allan Jardine
|
44636cbc01
|
Remove DS_Store files
|
2011-12-19 17:04:11 +00:00 |
|
Allan Jardine
|
6f5ef7ef07
|
Update row details examples to use fnIsOpen - 7758
|
2011-12-15 20:43:06 +00:00 |
|
Allan Jardine
|
b725f551ca
|
Update package version
|
2011-12-15 17:01:19 +00:00 |
|
Allan Jardine
|
089797b3c3
|
DataTables 1.9 beta 1 :-)
|
2011-12-15 16:52:01 +00:00 |
|
Allan Jardine
|
2f910a4e28
|
No hover underline or active outline for full numbers pagination
|
2011-12-15 16:49:27 +00:00 |
|
Allan Jardine
|
35bbab90e2
|
Docs: oLanguage is a namespace, not a member
|
2011-12-15 16:37:42 +00:00 |
|
Allan Jardine
|
6977d8ff94
|
Ignore min file in git
|
2011-12-15 15:57:24 +00:00 |
|
Allan Jardine
|
b447a0d4a9
|
Rolling back the change to starting that used localeCompare - it was causing incorrect sorting in IE9 (unit test failures)
|
2011-12-15 15:23:52 +00:00 |
|
Allan Jardine
|
1e2d1a994b
|
Merge branch '1_9_DEV'
|
2011-12-15 14:57:04 +00:00 |
|
Allan Jardine
|
9dc3f98e3d
|
Ignore MacOS .DS_Store files
|
2011-12-15 14:55:31 +00:00 |
|
Allan Jardine
|
4f4981535e
|
Add missing defaults file!
|
2011-12-15 14:45:35 +00:00 |
|
Allan Jardine
|
8e224fec14
|
Small documentation update for fnGetNodes to suggest that $ should be used
|
2011-12-15 14:44:50 +00:00 |
|
Allan Jardine
|
fbc0877c94
|
@file attribute for JSDoc to version the documentation
|
2011-12-15 14:26:23 +00:00 |
|
Allan Jardine
|
82e52fdce1
|
JSDoc comment updates
|
2011-12-15 14:05:52 +00:00 |
|
Allan Jardine
|
771df2ac2d
|
Updates for documentation - document oApi as required
|
2011-12-15 13:54:23 +00:00 |
|
Allan Jardine
|
e8fb40640e
|
Make warning message smaller - too much payload for something that is virtual never seen
|
2011-12-15 12:55:06 +00:00 |
|
Allan Jardine
|
478d7f4de6
|
Column model should just use nulls where the defaults will override it
|
2011-12-15 12:45:42 +00:00 |
|
Allan Jardine
|
6d0d1100f2
|
Update documentation for column defaults name change
|
2011-12-15 12:43:26 +00:00 |
|
Allan Jardine
|
65f34e23f3
|
Apply default column options - the column defaults weren't actually being included, nevermind applied. Now put them in DataTable.defaults.columns and have them work!
|
2011-12-15 12:38:08 +00:00 |
|
Allan Jardine
|
699dabeec8
|
Simplify select row code
|
2011-12-15 12:35:43 +00:00 |
|
Allan Jardine
|
9720130cbc
|
Update example links with new flexible width example
|
2011-12-15 10:19:24 +00:00 |
|
Allan Jardine
|
aa39fc2b96
|
New: Flexible width example
|
2011-12-15 10:17:36 +00:00 |
|
Allan Jardine
|
91858f9e86
|
Updated: Modification to the way table width is handled - if the 'width' attribute is on the table tag, then we use that to size the table. This makes having a table width of 100% much easier than before. The reason we need to do this is that there just doesn't appear to be a good way to get the relative width from stylesheets across browsers.
|
2011-12-15 09:43:31 +00:00 |
|
Allan Jardine
|
8714f7cc0e
|
Fix: fnInfoCallback was not being executed in the DataTables' instance scope
|
2011-12-15 08:08:41 +00:00 |
|
Allan Jardine
|
f1a74f3c25
|
Merge branch '1_9_DEV' of github.com:DataTables/DataTables into 1_9_DEV
|
2011-12-14 18:07:08 +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
|
f4ff79bfba
|
Update the select row examples to use the $ API method
|
2011-12-14 17:59:53 +00:00 |
|
Allan Jardine
|
4bfe3d7c89
|
Update highlight example to use $ API method
|
2011-12-14 17:51:06 +00:00 |
|
Allan Jardine
|
9ebabaf089
|
Update: Modify the form example to use the new $ API method
|
2011-12-14 17:47:22 +00:00 |
|
Allan Jardine
|
5088e48b80
|
Update editable example to use $ API method
|
2011-12-14 17:45:19 +00:00 |
|
Allan Jardine
|
5a506746bb
|
Fix: Alter how the selector for the $ API method works so that it works on the TR elements and their decendants
Update: modify the api_in_init.html example to use the $ API method
|
2011-12-14 17:42:25 +00:00 |
|
Allan Jardine
|
22bffbb014
|
Update post init events example to use $ API method - easlier than fnGetNodes
|
2011-12-14 16:40:17 +00:00 |
|
Allan Jardine
|
f547513227
|
New: Example showing how to set defaults
|
2011-12-14 16:28:37 +00:00 |
|
Allan Jardine
|
e1d860205b
|
Change the defaults object from attaching to DataTable.models to just the top level DataTable as DataTable.defaults - makes it much easier to access it when trying to set a default.
|
2011-12-14 16:22:58 +00:00 |
|
Allan Jardine
|
c44e10cf98
|
Tidy up the settings object - a lot of the settings should have null as the default since they are set by the initialisation.
Dev fix: Filtering usig anything other thant he API would always do case-sensitive matching
Doc fix: bAutoWidth wasn't documented
|
2011-12-14 16:02:03 +00:00 |
|
Allan Jardine
|
6db08eb107
|
New: Filtering now has a case insenstive option - this is bCaseInsensitive in oSearch, or the 6th parameter for fnFilter
|
2011-12-14 15:26:37 +00:00 |
|
Allan Jardine
|
7189aec651
|
Update readme for v1.9 and note that the license can be either/or for the GPLv2 or BSD
|
2011-12-14 15:11:14 +00:00 |
|
Allan Jardine
|
356579f311
|
Documentation - note that DataTable is not a global object, but give variables for how it can be accessed
|
2011-12-14 15:08:42 +00:00 |
|
Allan Jardine
|
473fc847b2
|
Add copyright header to the min file
|
2011-12-14 14:53:20 +00:00 |
|
Allan Jardine
|
e596de697a
|
Updates for hte build script - to do a test build now do "./make.sh debug", otherwise docs, jshint and compiler will all run
|
2011-12-14 14:49:20 +00:00 |
|
Allan Jardine
|
bebc9e516d
|
Documentation update for fnDrawCallback - it does actually get a parameter - the settings object
|
2011-12-14 14:12:48 +00:00 |
|
Allan Jardine
|
b235c64c2a
|
Language options always get extended with the initalisation object now - this allows you to use both a file source and the local script if you wanted. It also allows backwards compatiablity with language files that don't have the oAria namespace.
|
2011-12-14 13:39:06 +00:00 |
|