Allan Jardine
e405113d46
Build latest - correct packaging errors
1 year ago
Allan Jardine
62ad028ca4
Features: Fix Alphabet search after refactor
1 year ago
Allan Jardine
d4842eb445
Sorting: Fix for type sorting which weren't on the `type` property
2 years ago
Allan Jardine
139780ffe2
Merge branch 'master' of github.com:DataTables/Plugins
2 years ago
Allan Jardine
a7ef1706b0
API: Add `column[s]().searchable()` method
2 years ago
Allan Jardine
25fc20a37a
Merge branch 'master' of github.com:DataTables/Plugins
2 years ago
Allan Jardine
3d744ddbdf
Latest language updates
2 years ago
Allan Jardine
323a3b0b01
Fix: Expose `ext.order.intl` again (was renamed to DataTable.intlOrder)
...
https://datatables.net/forums/discussion/75770
2 years ago
Allan Jardine
c3315b02ce
Merge branch 'master' of github.com:DataTables/Plugins
2 years ago
Allan Jardine
1da55cf279
Dev: Add sponsor button to repo
2 years ago
Allan Jardine
41681850e2
Dev: Move prettier x to dev dependencies
...
Addresses #561
2 years ago
Allan Jardine
950f84e173
Update: CommonJS loader to support non-execution loading
2 years ago
Allan Jardine
44bd7c34bc
Fix: Missed jQuery dependency for a lot of plugins
2 years ago
Allan Jardine
df92dbc8e8
AMD, CommonJS and ESM loaders for language files
2 years ago
Allan Jardine
87bb97dbb4
Complete transition to typescript and ESmodule + UMD loader for everything that will be included with the exception of i18n (upcoming)
2 years ago
Allan Jardine
4fff59b4ae
Working towards support for both UMD and ESM loadings for plug-ins
2 years ago
Allan Jardine
e5e803ec5f
New excludeSearch plug-in
2 years ago
Allan Jardine
8a57d7f4c3
Merge branch 'master' of github.com:DataTables/Plugins
2 years ago
Allan Jardine
7d5b0c70d9
Latest translations
2 years ago
Allan Jardine
e65e4cbeab
Release 1.13.1
2 years ago
Allan Jardine
bd3bfccb93
Merge pull request #552 from WinterSilence/patch-1
...
Add data renderer "anchor"
2 years ago
Allan Jardine
9f00721169
Merge branch 'master' of github.com:DataTables/Plugins
2 years ago
Allan Jardine
a409717a1c
i18n: Latest translations from the community
2 years ago
Anton
b926f43440
Update anchor.js
2 years ago
Allan Jardine
f4411e8b2e
Merge pull request #553 from WinterSilence/patch-2
...
Create PULL_REQUEST_TEMPLATE.md
2 years ago
Anton
27bd88a867
Create PULL_REQUEST_TEMPLATE.md
...
~~Dobby~~AllanJard is free (:
2 years ago
Anton
b2eacaade1
Update anchor.js
2 years ago
Anton
908306c271
Update anchor.js
2 years ago
Anton
2199ba4648
Update anchor.js
2 years ago
Anton
129757a12d
Update anchor.js
2 years ago
Anton
f31fba3d75
Add data renderer anchor
2 years ago
Allan Jardine
b69c6e3bea
Merge pull request #548 from JMolenkamp/master
...
ScrollResize: redraw header on scrollbar hiding during feature initialization
2 years ago
Allan Jardine
131b63b623
Merge pull request #549 from JMolenkamp/fix-page-resize
...
PageResize: delay initial call to _size until table is fully initialized
2 years ago
Allan Jardine
66bd97e41f
Merge pull request #550 from yaakovfeldman/master
...
Escape input even when no shortening required
2 years ago
yaakovfeldman
40e3b46cd0
Ensure that data is string before escaping
2 years ago
yaakovfeldman
4d3a6850b9
Escape input even when no shortening required
2 years ago
Joost Molenkamp
a9f1ba1c0b
PageResize: delay initial call to _size until table is fully initialized
2 years ago
Joost Molenkamp
90d135e8d6
ScrollResize: redraw header on scrollbar hiding during feature initialization
2 years ago
Allan Jardine
bb13b174d0
Merge pull request #547 from JMolenkamp/master
...
ScrollResize: remove draw event handler on table destruction
2 years ago
Joost Molenkamp
ca1e5396d9
ScrollResize: remove draw event handler on table destruction
2 years ago
Allan Jardine
a25c28206a
Merge pull request #546 from JMolenkamp/master
...
Use the set moment locale as a fallback instead of fixed 'en'
2 years ago
Joost Molenkamp
d405f51abb
Use the set moment locale as a fallback instead of fixed 'en'
2 years ago
Allan Jardine
9b7b8feb0f
Merge pull request #545 from JMolenkamp/master
...
ScrollResize: remove resize helper iframe on table destruction
2 years ago
Joost Molenkamp
b308a5b5ba
ScrollResize: remove resize helper iframe on table destruction
2 years ago
Allan Jardine
6315d1af8d
Merge pull request #543 from JMolenkamp/page-resize
...
Resize on layout changes due to width changes
2 years ago
Joost Molenkamp
9016c33370
Resize on layout changes due to width changes
2 years ago
Allan Jardine
bc21f6cfed
Merge pull request #542 from JMolenkamp/master
...
Remove resize helper object on table destruction
2 years ago
Joost Molenkamp
856964b396
Remove resize helper object on table destruction
2 years ago
Allan Jardine
47e8c82923
Merge pull request #541 from mvwieringen/mvw/datetime-luxon
...
Fix datetime-luxon.js
2 years ago
Marco van Wieringen
8c583e9800
Fix datetime-luxon.js
...
luxon.fromFormat argument text must really be text so if the d variable
is not do not call luxon.fromFormat as then we will get the dreaded
TypeError: input.match is not a function. When the variable is not text
it will not match anyway so return null in that case.
2 years ago