Michael Ryvkin
cffe47b735
Corrected typo
10 years ago
Michael Ryvkin
b06298f993
Added reference to the article with an example
10 years ago
Michael Ryvkin
e449161458
Added reference to the article with an example
10 years ago
Michael Ryvkin
64b3620e49
Added "Simple Numbers - No Ellipses" pagination plug-in
10 years ago
Michael Ryvkin
ccfbab686e
Added "Full Numbers - No Ellipses" pagination plug-in
10 years ago
Allan Jardine
f204b280e6
Merge branch 'master' of github.com:DataTables/Plugins
10 years ago
Allan Jardine
80cbace15b
Fix - integration: PageResize will now operate correctly with x-scrolling in DataTables
10 years ago
Allan Jardine
99912855a0
Merge pull request #196 from Seb33300/patch-1
...
Fix - filtering: Example code for `accent-neutralise.js` had an error
10 years ago
Sébastien ALFAIATE
c1973963f3
Fix example code
10 years ago
Allan Jardine
703cb5c6ec
Merge pull request #195 from SamerHalawani/patch-1
...
Fix - sorting: extend special_letters object for all Turkish letters
10 years ago
Samer Halawani
bd90759921
extend special_letters object for all Turkish letters
10 years ago
Allan Jardine
f954372e84
Merge pull request #193 from mixtmeta/master
...
Bug Fix: Input pager stuck in hidden state if initially hidden
10 years ago
Allan Jardine
0bd223b57d
API: Add not to `fnSetFilteringDelay` plug-in that `searchDelay` should be used instead now
10 years ago
unknown
218507a727
Show input pager if pages >= 1 during update
10 years ago
unknown
fafaf3f3e8
Show input pager if pages >= 1 during update
10 years ago
Allan Jardine
ac2e722f4d
Merge branch 'master' of github.com:DataTables/Plugins
10 years ago
Allan Jardine
62a8a38042
Add `ellipsis` data rendering helper to the plug-ins.
...
This is a new category of plug-ins - they are functions that use the
orthogonal data options of DataTables 1.10 to provide formatting helper
functions. They do not directly interface with DataTables themselves,
but provide easy to use functions for developers to format their data in
the DataTable.
10 years ago
Allan Jardine
beb0516793
Merge pull request #191 from mjhasbach/#190
...
Fix #190 : Conditional paging didn't always appear
10 years ago
Matthew Hasbach
4e80867442
Fixed a bug in which $.isPlainObject(e) would return false in some situations and true in others, causing the associated logic to sometimes be skipped. Switched to a more specific e instanceof $.Event check. Fixes DataTables/Plugins#190
10 years ago
Allan Jardine
adc6c63aa1
Build latest changes
10 years ago
Allan Jardine
0ba5145ff8
Features - pageResize: Fix case where the row height is found to be 0
...
This fixes #188
10 years ago
Allan Jardine
adb2993996
Feature - pageResize: Fix for Firefox where uses clientHeight to get the height of the inner window
10 years ago
Allan Jardine
ed243bc52b
Feature - pageResize: Add demo page for quick testing
10 years ago
Allan Jardine
5eae1e87ce
Merge pull request #187 from edouardl/master
...
New - API: Add `row().show().js` plugin
10 years ago
Edouard Labre
1c8a7bfefb
Add row().show().js plugin
10 years ago
Allan Jardine
1a092064d5
Lastest build of Bootstrap integration
10 years ago
Allan Jardine
6708f9c621
Fix tabbing through paging buttons in Bootstrap
...
1. Had tab focusing on both the `li` tag and the `a` tags. now just the
`a` tag.
2. Because the code is destroying and creating elements focus would be
lost. Use the same technique as DataTable's built in paging to retain
focus. it isn't perfect, but it is better than not having it!
10 years ago
Allan Jardine
91902cdb3b
Merge pull request #185 from Vaflan/patch-1
...
Update - i18n: Update Latvian
10 years ago
Ruslans Jermakovics
42fd2dc4a8
Update Latvian
...
New translation with the new keys for a current version
(The first author is added)
10 years ago
Allan Jardine
d8cf93b924
Fix - i18n: French translation update from "Bastien"
10 years ago
Allan Jardine
62370ad905
Fix - feature: Correct copyright date for pageResize
10 years ago
Allan Jardine
bc356081c5
Merge branch 'master' of github.com:DataTables/Plugins
10 years ago
Allan Jardine
93d1cde9c9
Fix - feature: Page resize wasn't working in IE, The blank page was
...
rendered on top of the table
10 years ago
Allan Jardine
58e78363bd
Merge pull request #183 from pstast/update-czech
...
i18n: Update Czech.lang to include all current options (based on the default English file)
10 years ago
Petr Šťastný
3ecd3b6e67
Update Czech.lang
...
Updated czech translation from the last english version
10 years ago
Allan Jardine
8fe48e5343
Fix - i18n: Russian language file had a spare colon in `emptyTable`
...
Fixes #182
10 years ago
Allan Jardine
838d8df9c6
Fix - integration: Border width on footer cells was incorrect when using `table-bordered` in Bootstrap
...
Fixes DataTables/DataTables #505
10 years ago
Allan Jardine
91f1cb79ea
Dev: Remove old index files - they are no longer used on the
...
DataTables.net site.
10 years ago
Allan Jardine
11b9c98b0d
Dev: Missing `table-condensed` selector in the table-condensed Bootstrap
...
integration
10 years ago
Allan Jardine
9c2e407535
Rewrite file size sorting and type detection plug-ins to use 1.10 style
...
and updated code
10 years ago
Allan Jardine
d9cb044f6b
Fix - integration: `table-condensed` support for Bootstrap
...
Fixes #138
10 years ago
Allan Jardine
984aa9c54b
Update API: `sum()` method will now strip non-numeric data
10 years ago
Allan Jardine
cd1c2b8917
Fix integration: Bootstrap sorting icons were shown in FixedColumns body elements
10 years ago
Allan Jardine
4f9d74d609
Fix - Integration: Bootstrap display with TableTools when on small screen devices did not have the TableTools buttons centered while all other DataTables components were
10 years ago
Allan Jardine
d1ba8bde45
Fix API plugin: `order.neutral()` didn't fully restore the order correctly
10 years ago
Allan Jardine
be28df9f75
Fix - features: Features which listen for the `init.dt` event need to check that the `dt` event namespace has been given.
...
See https://github.com/DataTables/Responsive/issues/30 for details
10 years ago
Allan Jardine
dc0e9c7658
New: Add license file to the package for clarity of license (MIT)
...
Update: Name of readme file for consistency with other DataTables extensions
10 years ago
Allan Jardine
c1bb4bf9b7
Dev: Latest build of jQuery UI CSS
10 years ago
Allan Jardine
2062f8031e
Fix #179 : Bootstrap table footer section column widths redistributed
10 years ago
Allan Jardine
2039940b7e
Fix - integration: Bootstrap 3 input search box width
10 years ago