Allan Jardine
|
be7a63761b
|
Dev: Updating Editor build for new framework structure
|
2015-05-12 09:52:16 +01:00 |
|
Allan Jardine
|
05d796d0a2
|
Fix - example: Typo in description of dom example
Thanks _repjackson_ for noting the error
|
2015-05-12 09:52:00 +01:00 |
|
Allan Jardine
|
8236be574d
|
Update - example: Scrolling example updated to use the nowrap class to prevent wrapping of content and thus force scrolling
|
2015-05-06 11:29:51 +01:00 |
|
Allan Jardine
|
9a7cf935ea
|
Fix examples: Example pages styling updated to work better when operating with Bootstrap and Foundation styled table examples
|
2015-05-06 11:28:52 +01:00 |
|
Allan Jardine
|
bf0b4d0a42
|
Dev: Don't syntax highlight in IE6/7 as it slows them down hugely
|
2015-04-30 14:01:36 +01:00 |
|
Allan Jardine
|
8423b06fae
|
Dev: On Bootstrap CSS demo pages don't change the Bootstrap default font
|
2015-04-29 17:10:34 +01:00 |
|
Allan Jardine
|
07bed19ed7
|
Fix examples: Demo script needs to check for the dt namespace on events triggered by DataTables
|
2015-04-03 12:22:10 +01:00 |
|
Allan Jardine
|
5c919423c1
|
Fix - docs: dt-api row().child() notes that className is not added to pre-existing node
|
2015-04-03 12:21:27 +01:00 |
|
Allan Jardine
|
e7760542e0
|
Fix - example: Server-side processing child rows example would throw a JS error if you click on the child row
|
2015-04-03 10:52:24 +01:00 |
|
Allan Jardine
|
294a32f8d0
|
Fix docs: Add reference to dt-init columns.orderSequence from dt-init order
|
2015-04-03 09:50:06 +01:00 |
|
Allan Jardine
|
825877f157
|
New: dt-api rows().every() , dt-api columns().every() and dt-api cells().every() iterator methods to make it easier to perform operations on the table elements. This is done by setting the context of the callback provided to be the singular expression for the table elemtn in question. This basically means you can access the singular methods from this - e.g. this.data() will get the data for the element, this.node() will get the cell when using dt-api cells().every() etc. The exisiting interator methods of dt-api each() and dt-api iterator() remain, and each has its own place for optimial usage of the API, but it is likely that the majority of use will switch to focus on these new methods. The examples in the rest of hte documentation has been updated to reflect this fact.
|
2015-03-03 15:42:36 +00:00 |
|
Allan Jardine
|
6217b1aaae
|
Merge branch 'master' of github.com:DataTables/DataTablesSrc
|
2015-02-16 16:00:55 +00:00 |
|
Allan Jardine
|
455121839a
|
Fix docs: dt-init stateSaveCallback syntax error
|
2015-02-16 16:00:20 +00:00 |
|
Allan Jardine
|
a9b35a4927
|
Dev: Add ability to set a body class for an example for extra styling information. This will help to combat conflicts with the datatables.net site css when deployed on the site.
|
2015-02-16 12:01:07 +00:00 |
|
Allan Jardine
|
3824202e0e
|
Dev: Update CDN libraries for the examples
|
2015-02-12 14:11:54 +00:00 |
|
Allan Jardine
|
a5d77d99bc
|
Sync repos: Add html data options example
|
2015-02-10 14:27:53 +00:00 |
|
Allan Jardine
|
c98854def4
|
Fix - example: Dro the http protocol from the i18n CDN file loder example so it works over https
|
2015-02-10 14:25:16 +00:00 |
|
Allan Jardine
|
d6f46dffbb
|
New: DataTables intialisation options can now be specified using HTML data-* attributes on the HTML <table> tag and on the cells of the column headers in the table.
* A new example of this is included
* Fixes DataTables/DataTablesSrc #9
|
2015-02-06 16:35:34 +00:00 |
|
Allan Jardine
|
71535def21
|
Fix examples: Server-side processing examples didn't correctly show the Ajax data after the first draw
|
2015-02-06 16:35:12 +00:00 |
|
Allan Jardine
|
71863bc49f
|
Site: Syntax highlight could line break incorrectly
|
2015-01-22 10:22:28 +00:00 |
|
Allan Jardine
|
f4f8ca5632
|
Fix example: Index column API example had a typo
* This fixes DataTables/DataTables #482
|
2015-01-22 10:22:13 +00:00 |
|
Allan Jardine
|
d1ea76a958
|
Fix example: dt-init rowCallback example was highlighting all rows, rather than just a select few due to the logic condition being a bit loose!
|
2015-01-11 16:27:29 +00:00 |
|
Allan Jardine
|
d65dd47fe6
|
New: where condition controls for the example PHP server-side processing class (SSP ). This takes the form of a new complex method (to compliment the exisiting simple method) which accepts where parameters that can be used for either user based filtering, or server based filtering.
|
2015-01-11 16:26:59 +00:00 |
|
Allan Jardine
|
ff13ccc3ca
|
Update example: Update Ajax language example to read file form the CDN
|
2014-12-16 15:24:39 +00:00 |
|
Allan Jardine
|
a5e8ca8a2e
|
Dev: Remove unused files from the example resources. Examples use the CDN files now
|
2014-12-16 15:24:21 +00:00 |
|
Allan Jardine
|
6c7ada53eb
|
Fix: Image file size optimisation.
See DataTables/DataTables #470 for details
|
2014-12-16 15:24:05 +00:00 |
|
Allan Jardine
|
1ac1ea6752
|
Dev: Support for a "private" examples directory where the examples are
compiled but not included in the ToC
Dev: longer line wrapping!
|
2014-12-11 15:27:11 +00:00 |
|
Allan Jardine
|
24b2d11460
|
Dev: Show language name in code highlighting
|
2014-12-04 12:23:12 +00:00 |
|
Allan Jardine
|
4112da87a2
|
Dev: Add C# syntax highlighting
|
2014-12-02 10:38:13 +00:00 |
|
Allan Jardine
|
a5ff36fdb9
|
Fix example: Row details discription refered to an incorrect function name
|
2014-12-02 10:37:56 +00:00 |
|
Allan Jardine
|
a0d6150c76
|
Dev: use Google hosts Raleway font for standalone Editor
|
2014-12-02 10:37:23 +00:00 |
|
Allan Jardine
|
bc256721ce
|
Fix docs: Invalid line to function that doesn't exist
|
2014-11-28 10:02:22 +00:00 |
|
Allan Jardine
|
f8770a6b2a
|
Update example: Use an initial value for the dt-api reduce() call to simplify the logic
|
2014-11-03 15:17:30 +00:00 |
|
Allan Jardine
|
e62a747c2e
|
New: dt-api $.fn.dataTable.util.escapeRegex() utility method for escaping regular expressions
Update example: Use the new `dt-api $.fn.dataTable.util.escapeRegex()` method to escape regex characters in the search input filter example
|
2014-10-30 11:26:34 +00:00 |
|
Allan Jardine
|
e06931ee0b
|
Fix example: Improve code for multi-column select example
|
2014-10-10 10:54:11 +01:00 |
|
Allan Jardine
|
cfe6b6dce3
|
New object read from DOM example
|
2014-10-09 16:22:54 +01:00 |
|
Allan Jardine
|
a6b871d660
|
New: Ability to use dt-init columns.data with a DOM sourced data to read the row information into an object rather than an array (the default)
|
2014-10-08 14:19:14 +01:00 |
|
Allan Jardine
|
9a49208617
|
New: dt-api $.fn.dataTable.util.throttle() static utility method. This provides extension authors with an easy way to throttle function calls
|
2014-10-08 11:28:33 +01:00 |
|
Allan Jardine
|
4e30d0ccf7
|
Fix example: Hidden columns description text had inversed logic for the column state
|
2014-10-07 15:39:22 +01:00 |
|
Allan Jardine
|
e0a08d511b
|
Fix examples: SQLServer demo SQL gave a warning about inserting ids on an identify column
|
2014-09-22 10:50:24 +01:00 |
|
Allan Jardine
|
a8ce572cb3
|
Fix examples: Deferred rendering SSP example's initial HTML was out of date
|
2014-09-22 10:50:08 +01:00 |
|
Allan Jardine
|
491945bace
|
Fix - examples: Incorrect column title for some server-side processing examples
|
2014-09-22 10:49:52 +01:00 |
|
Allan Jardine
|
cda203dbdc
|
Fix: Example SQL database had extension field as an integer. However, that meant that numbers such as 0001 were not correctly saved
|
2014-09-08 15:14:33 +01:00 |
|
Allan Jardine
|
b1f1b2d961
|
Dev: Update bootstrap libraries to 3.2
|
2014-09-08 15:14:16 +01:00 |
|
Allan Jardine
|
4453229416
|
Fix exampple: Remove rowIndex from select_rows example - not used
Dev: Add comment to rowCallback trigger about undocumented parameters
|
2014-09-08 15:13:59 +01:00 |
|
Allan Jardine
|
32a5bc6aee
|
Fix docs: Typo in processing event example
|
2014-08-28 14:23:15 +01:00 |
|
Allan Jardine
|
267ab376b8
|
Update example: Update the select column filtering example to use dt-init initComplete
* There are often questions about why it isn't working with Ajax. it
will now
|
2014-08-15 16:29:16 +01:00 |
|
Allan Jardine
|
e3a1d7b9a5
|
Workaround for dom text sorting
|
2014-08-06 11:21:27 +01:00 |
|
Allan Jardine
|
3978684f44
|
Update to 1.10.3-dev
|
2014-08-06 11:21:07 +01:00 |
|
Allan Jardine
|
f8a66288db
|
Fix: Postgres generated SQL wouldn't allow a row to be inserted by Editor due to an incorrect sequence count
|
2014-08-06 11:18:44 +01:00 |
|