Allan Jardine
cf19c412cc
Fix - features: Length links wasn't operating correctly with an initial default page length of -1 (all rows)
...
- DataTables uses -1 as the infinite page length number, so having a
default of -1 in this plug-in causes a conflict.
- This fixes #210 - thanks `malte-witt` for the test case and bug report
9 years ago
Allan Jardine
80cbace15b
Fix - integration: PageResize will now operate correctly with x-scrolling in DataTables
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
62370ad905
Fix - feature: Correct copyright date for pageResize
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
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
Matthew Hasbach
cbad0bd293
Fixed a bug in which the paging controls would fade out after table initialization if the "fade" style was chosen
10 years ago
Matthew Hasbach
6dd3a6c999
Changed occurrences of the term "pagination" to "paging". Renamed plugin to dataTables.conditionalPaging.
10 years ago
Matthew Hasbach
5ba0987f52
Use fadeTo instead of fadeIn / fadeOut and CSS visibility instead of show / hide in order to preserve page layout
10 years ago
Matthew Hasbach
6ada1d0def
Changed plugin usage (enabled properties are no longer required)
10 years ago
Matthew Hasbach
4bd060d900
Added conditional pagination plugin
10 years ago
Allan Jardine
22fd8b0967
Feature - search highlighting: Improved split of words
10 years ago
Allan Jardine
10bd484af4
New feature: PageResize feature that will automatically change the page length of a DataTable to fit a container.
10 years ago
Allan Jardine
abbc50179f
Search highlight: Add ColReorder support
10 years ago
Allan Jardine
0c67dff78c
Dev: Build the latest search highlight changes
10 years ago
Allan Jardine
63021a4209
Search highlighting: Fix for state saving and an initial search term
...
This fixes #124 . Credit to @keeger for the suggested fix
10 years ago
Allan Jardine
d7f8782eca
Dev: Build of search highlight plug-in
10 years ago
Allan Jardine
bf7a8d5a14
Search highlight - multiple work matching
10 years ago
Allan Jardine
9dcbecd42a
Doc comment update for feature plug-ins. Closure compiler has special
...
treatment for @license tags which we don't want here
10 years ago
Allan Jardine
b37fb70698
Update lengthLinks to use the 1.10 API
10 years ago
Allan Jardine
380cb78f45
Add compressed versions of the feature plug-ins
10 years ago
Allan Jardine
245ab02a1b
Update: Add comment as to what is happening in search highlight init
10 years ago
Allan Jardine
277e773d3d
New feature plug-in: Search highlighting - see
...
http://datatables.net/blog/2014-10-22 for details
10 years ago
Allan Jardine
fa5734b290
Update alphabet search to be compatible with DT 1.10.2
10 years ago
Allan Jardine
28d71e3c6f
New: Alphabet search from DataTables blog search
10 years ago
Allan Jardine
7a30e522a7
New: Features directroy for feature plugins which are fairly small
...
New: Length changing feature plug-in, using links in a list rather than
the select drop down list that is built into DataTables.
12 years ago