Commit Graph

36 Commits (dbd55a006b070ab74bb0343d7add0faf13b1509b)

Author SHA1 Message Date
Allan Jardine f74d344ce5 Fix: Alphabet search needs to strip HTML before finding the first character
9 years ago
Allan Jardine 75026a5f98 Dev: Latest built of the length links feature
9 years ago
Allan Jardine 2b38ee6606 Fix features - page resize: If the page length is less than 1 don't set it.
9 years ago
Allan Jardine 9bae300872 New feature: Scroll Resize plugin for DataTables - resize scrolling viewport to fit vertically
9 years ago
tomascassidy 6b3e0c4609 Fix typo in comments for dataTables.lengthLinks.js
9 years ago
Allan Jardine cf19c412cc Fix - features: Length links wasn't operating correctly with an initial default page length of -1 (all rows)
9 years ago
Allan Jardine 80cbace15b Fix - integration: PageResize will now operate correctly with x-scrolling in DataTables
9 years ago
Allan Jardine beb0516793 Merge pull request #191 from mjhasbach/#190
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
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
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.
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
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
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
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
12 years ago