Allan Jardine
c1e67aec89
Merge branch 'master' of github.com:DataTables/DataTablesSrc
2020-05-21 09:31:59 +00:00
Allan Jardine
adef96b700
Fix - docs: Typo in ColReorder link
...
- Thank you Iain Twentyman
2020-05-21 09:31:16 +00:00
Allan Jardine
68798c37ac
DEV added a few tweaks for DD-1294
2020-05-21 09:30:34 +00:00
Allan Jardine
5e5295febd
Slight change so that the truncated data in the ajax space contains both the start and the end of the json with a message in the middle.
...
Jira Issue DD-1294
2020-05-21 09:29:53 +00:00
Allan Jardine
f3f0a291cd
Searchpanes examples testing performance have large amounts of rows, which load slowly when the ajax rendering is active, now any ajax loading will only display the first thousand rows under the ajax tab.
...
Jira Issue DD-1294
2020-05-21 09:29:10 +00:00
Allan Jardine
7779ad6488
Dev: Overflow-x only for syntax highlighter - IE11
2020-05-21 09:25:40 +00:00
Allan Jardine
6e51a62684
Avoid applying padding to non sortable items on small tables
...
I don't know if there are more to this or if it would break some other rules but as of my testing it should be fine to remove this rule for headers that have no sorting applied to them.
This is the case already for "normal sized" tables as the padding-right rule is only applied if there is a sorting class to the element. But it has been forgotten for the table-sm variant. So there are two options that I can see.
Specify this rule does not apply if there is a sorting_disabled class
Do the same as what was done for the normal sized table in the following commit: 4e611f31ff
2020-05-21 09:24:54 +00:00
Allan Jardine
90a43ab2ff
Update copyright date
2020-03-13 09:25:59 +00:00
Allan Jardine
37099cbf55
Dev: Syntax highlighter was overflowing in Firefox
...
- DD-1251
2019-11-20 10:24:35 +00:00
Allan Jardine
1efb34501e
Fix: jQuery 3.3 deprecates some $.is...
methods. Use of those methods has now been removed from DataTables
2018-06-14 11:38:08 +01:00
Allan Jardine
d894dc7fbc
Fix - examples: Server-side processing example in data sources directory wasn't showing the server-side processing script.
2017-08-31 14:49:38 +01:00
Allan Jardine
3b24f99ac4
Fix - examples: Tighten up regex check to protect against LFI vulnerability
...
Credit to Arnaud Labenne of Dotsafe.fr for finding and reporting this.
2017-04-12 20:00:44 +01:00
Allan Jardine
213e2ca9b0
Fix - examples: Use https for web font
2017-04-05 15:45:48 +01:00
Allan Jardine
bc23e4ccae
Fix: When replacing child row information, detach the element rather than removing which would destroy the event handlers. A remove action will still call $().remove()
to clean up any event handlers.
...
- Thread 38093
2016-12-02 17:58:11 +00:00
Allan Jardine
83af61dd4b
Dev: Updating the styling of the code blocks in the examples
2016-12-02 17:19:48 +00:00
Allan Jardine
321be3bdb3
Remove prefixed -moz-box-sizing (not needed since ff 29)
...
https://developer.mozilla.org/en-US/Firefox/Releases/29
2016-12-02 16:46:11 +00:00
Allan Jardine
8761721627
Dev: Updating the styling of the code blocks in the examples
2016-05-02 16:17:02 +01:00
Allan Jardine
f734cdb672
Dev: Add example ordering information for FixedColumns
...
- Really must make some dynamic logic for this...
2016-02-05 12:15:50 +00:00
Allan Jardine
bc5adb493c
Initial integration work for the uikit framework.
...
Updated the mit license with a comment on additional author Google Inc.
2016-02-05 12:15:16 +00:00
Allan Jardine
ef7b2e13ec
Dev: Disable syntax highlighting for IE8
2016-01-22 11:25:51 +00:00
Allan Jardine
56686c8c96
Dev: Add clear to syntax highlighter for site styles
2015-11-17 11:17:38 +00:00
Allan Jardine
369214c777
Fix - examples: Write the code to be displayed in the server load code tab as text so any HTML entities will be escaped
2015-11-06 10:40:22 +00:00
Allan Jardine
08d61efa63
Dev: Naming for AMD and CommonJS loaders set to a unique value that will be useable on bower and npm due to no conflicts.
...
- Using just `datatables` would be difficult since I and others already
publish packages with that name. Anyone using those packages already
would run into real issues if I were to change their meaning and
contents!
2015-10-13 15:28:14 +01:00
Allan Jardine
954a3b080b
Update cell node indexes when removing a row
2015-10-13 15:26:36 +01:00
Allan Jardine
50d51a90e7
Dev: Stop possible error condition in Syntax highlighter
2015-09-18 15:32:30 +01:00
Allan Jardine
50cac9640a
Dev: Nowrap in syntax highlighter
2015-08-19 09:56:33 +01:00
Allan Jardine
13c3a5400e
Dev: Don't just jQuery code if jQuery hasn't been loaded (example index pages)
2015-08-12 19:48:50 +01:00
Allan Jardine
a67cb611de
Fix - docs: dt-api columns()
incorrect argument type for column selector
...
Fix - docs: `dt-api column().index()` incorrect return type was documented
2015-08-06 20:39:33 +01:00
Allan Jardine
fa9fa2e296
Dev: Syntax highlighter - link urls with a comma in them
...
Dev: Syntax highlighter - show the type label above the code so it doesn't over lap the code
Dev: Syntax highlighter - don't show the `:after` option in highlighted code
2015-07-24 11:45:26 +01:00
Allan Jardine
994121d024
Dev: Updating Markdown extension for linking to documentation and also the styles to make more visible
...
- Have used :after for the information about what type of link it is -
this stops it from being included in a copy / paste which was annoying
- The postfix is a bit more informative than a letter about what
software it relates to
- With the move to the 1.10 API for all of the extensions, showing the
extension letter was redundent anyway
- Adding -button link type
- Improved the colours
2015-07-15 17:10:59 +01:00
Allan Jardine
1effb64cfa
Fixed event handlers in table headers in IE8
...
On line 605, column.sTitle is set to the TH's innerHTML.
On line 1816, column.sTitle is compared with cell.html().
If you have child elements with event handlers on them inside the TH, these are not the same in IE8 (see https://gist.github.com/simonbrent/933e552739477f4be3ab#file-test-html )
As a result, the check on 1816 fails, the contents of the cell is replaced, and the event handlers are removed.
Comparing instead with cell[0].innerHTML fixes this issue.
2015-06-10 09:45:55 +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
294a32f8d0
Fix docs: Add reference to dt-init columns.orderSequence
from dt-init order
2015-04-03 09:50:06 +01: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
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
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
a0d6150c76
Dev: use Google hosts Raleway font for standalone Editor
2014-12-02 10:37:23 +00:00
Allan Jardine
fc9d6fac64
Fix - examples: Update the tag
CSS to be more readable
2014-07-25 10:09:09 +01:00
Allan Jardine
391e39266f
Dev: Slight change for the styling of the tabs in the demos
2014-05-15 10:11:01 +01:00
Allan Jardine
48ae36e24c
Dev: Syntaxlighting without a specific brush should still be enhanced from MD
2014-05-15 10:10:45 +01:00
Allan Jardine
757dbc5524
Merge branch 'master' of github.com:DataTables/DataTablesSrc
2014-04-11 09:09:47 +01:00
Allan Jardine
bff1276ab6
Dev: PHP output support for markdown, as it is used on the site in a few
...
places
2014-04-11 09:09:24 +01:00
Allan Jardine
63beec6486
Fix: DataTables/DataTables #281 - Invalidated DOM rows and hidden columns
...
- When invalidating a DOM row, DataTables wasn't taking into account the
fact that the columns in the row might be hidden. This means that the
array of data read is shortened by the number of hidden columns, and
thus the data is corrupted.
- Fix is to read from the known cells if the row already exists
2014-04-02 14:21:46 +01:00