Allan Jardine
2c3d46a81e
Merge pull request #310 from hopesala/master
...
time span with dhms format sort
8 years ago
曹城华
7c6bfd5c05
* When dealing with time span elapsed, it is common to append a post fix
...
* such as d(day), h(hour), m(minute) or s(second) to a string in order to easily denote the brief duration
* of the time span from now. This plug-in allows sorting to take these
* indicates of size into account.
8 years ago
曹城华
2e8488b9e4
When dealing with computer file sizes, it is common to append a post fix
...
such as B, KB, MB or GB to a string in order to easily denote the order of
magnitude of the file size. This plug-in allows sorting to take these
indicates of size into account.
8 years ago
Allan Jardine
3ee05a79c9
New: Absolute sorting plug-in
...
Keeps specific values at the top or bottom of the table when sorting by
that column.
8 years ago
Allan Jardine
644cf31bc1
Merge pull request #309 from radmax/patch-1
...
Added missing extension
8 years ago
radmax
8f9058f6bf
add missing extension
8 years ago
Allan Jardine
a49ff435f0
Merge pull request #306 from xarubal/master
...
Update Galician translation
8 years ago
Xosé Antonio Rubal López
c452c3b13d
Update Galician translation
8 years ago
Allan Jardine
815ca8e59d
Fix ordering: natural sort with case insensitive wasn't working
...
- #281
8 years ago
Allan Jardine
1a0034ed55
i18n: Update Persian.lang
...
Merge pull request #305 from admiral-mh/patch-1
8 years ago
Mohammad Babazadeh
b4972e419a
Update Persian.lang
...
outdated version replaced
8 years ago
Allan Jardine
eb8648c099
Ordering: Add case-insensitive options natural sort plugin.
...
Merge pull request #301 from freak3dot/master
Resolves #281
8 years ago
Ryan Johnston
ce1d827984
Add case-insensitive options natural sort plugin. Resolves #281
8 years ago
Allan Jardine
b76ace2d2e
Fix: Natural sorting - numbers with percentage signs to be sorted numerically
...
- Fixes 298
8 years ago
Allan Jardine
e364a8156d
New: Renderer - percentage bars
...
Merge pull request #299 from RedJokingInn/patch-1
8 years ago
Drijkoningen Dirk
8057e87a8c
percentageBars
...
This data rendering helper method will convert percentage values into a bar. Values can either have the % sign or not and decimals get rounded to the given value. The percentage will have a max value of 100%.
8 years ago
Allan Jardine
d04435ed7b
Merge pull request #297 from aiolos/master
...
i18n: Added extra Dutch translations
8 years ago
Henri de Jong
feb8c18219
Added extra Dutch translations
8 years ago
vangoo
61181430c2
Update date-de.js
...
İf date is empty it will be show last i think
8 years ago
Allan Jardine
280402d05e
Sorting: Fix mix of tabs and spaces for datetime-moment plug-in
...
- Also use $.trim for whitespace removal. We've got jQuery, so might as
well use it for compatibility
8 years ago
Allan Jardine
0e201c0016
Merge pull request #292 from milestonetg/momentjs-parse-fix
...
Sorting: Changed datetime-moment to strip out newline characters and surrounding whitespace
8 years ago
Allan Jardine
f55e344856
Merge branch 'master' of github.com:DataTables/Plugins
8 years ago
Allan Jardine
89cc3a6280
Rendering: UMD loader for datetime formatter
8 years ago
Allan Jardine
cf2b89baef
New: Plug-ins for sorting and rendering using the Javascript Intl APIs
8 years ago
Allan Jardine
d9f69f081e
Merge pull request #293 from hawk-ip/hawk-ip-patch-fnSetFilteringDelay
...
Fix - plug-in: fnSetFilteringDelay when filtering disabled
8 years ago
Michael Fielding
8932d269b7
Fix fnSetFilteringDelay when filtering disabled
...
Adds a check to fnSetFilteringDelay() that the table actually has the search box enabled - previously calling fnSetFilteringDelay() for a table without filtering would hijack ALL the search input box 'keyup' bindings on the whole page.
8 years ago
Ethan Lafrenais
25c4434af1
Changed datetime-moment to strip out newline characters and surrounding whitespace
8 years ago
Allan Jardine
a7ba2feda5
Sorting: Update `dd.mm.YYYY HH:mm` plug-in to support seconds.
...
fix to sort with seconds
8 years ago
Grex
d013737d26
fix to sort with seconds
...
Sorting with format dd.mm.YYYY HH:mm:ss has been added
8 years ago
thomasbuckle-uk
865d1f627c
Merge branch 'master' of https://github.com/DataTables/Plugins
8 years ago
thomasbuckle-uk
74d240ca82
Added new plugin for automatic detection of negative currency
...
Name: brackets-negative
Summary: Detect data of currency type with a leading currency symbol as well at detect two types of negative number formatting
8 years ago
Allan Jardine
420be58c05
Merge pull request #288 from vasRK/master
...
New - i18n: Added localization for telugu language
8 years ago
vasRK
e44da31b85
added localization for telugu language
8 years ago
Allan Jardine
b61bc6bbc1
Merge pull request #287 from mdeniz/add_column_search_highlight
...
Feature - search highlight: Add column search/filtering highlight
8 years ago
mdeniz
097050f042
Add column search/filtering highlight
8 years ago
Allan Jardine
c0a70e20e5
Merge pull request #284 from mbrig-co/master
...
i18n: Add Pashto translation
8 years ago
Muhammad Nasir Rahimi
42bfe89d5c
Add Pashto translation
...
Pashto translation plugin for DataTables
8 years ago
Allan Jardine
6193c68dd5
Fix - features: remove debug from pageResize plug-in
...
- Fixes #283
8 years ago
Allan Jardine
0d24e17467
Merge branch 'master' of github.com:DataTables/Plugins
8 years ago
Allan Jardine
54b74c3885
Merge pull request #282 from oporkka/fix-enum-plugin-reserved-word
...
Sorting: Fix enum plugin to work with YUI Compressor
8 years ago
Oskari Porkka
0ff5d1edde
Fix enum plugin to be standard compatible
...
The word `enum` is is a reserved JavaScript word and form
$.fn.dataTable.enum broke at least YuiCompressor minification
8 years ago
Allan Jardine
4ef99e1023
Merge pull request #280 from julmot/datatables.mark.js-v2.0.0
...
Update feature: Add datatables.mark.js v2.0.0
8 years ago
Julian Motz
80f8f17cce
Added datatables.mark.js v2.0.0
8 years ago
Allan Jardine
785cd1ca46
Fix - sorting: Correct loader name for datetime-moment plug-in
8 years ago
Allan Jardine
afef378cf9
Merge pull request #277 from julmot/pagination-input
...
Fix - paging: Input pagination calculation
8 years ago
Julian Motz
0ea57954cd
Fix standard input pagination calculation
...
Fixes #275
8 years ago
Allan Jardine
426ebfb4d5
Merge pull request #276 from julmot/master
...
Features: Update - datatables.mark.js v1.0.1
8 years ago
Julian Motz
438423c537
Added datatables.mark.js v1.0.1
8 years ago
Allan Jardine
e6b456981f
Merge pull request #274 from afshinm/patch-1
...
Dev: i18n - updating author link
8 years ago
Afshin Mehrabani
5432c83e19
updating the blog link
8 years ago