Commit Graph

65 Commits (bf77a15079a9373366953a36557b460624b070ad)

Author SHA1 Message Date
Allan Jardine 5ef6098378 Features - scroll resize: Add min file and allow to work offline
7 years ago
Allan Jardine f5a02ca6f2 Feature - search pane: Small styling tweaks and tidy up
7 years ago
Allan Jardine d63f22010b Feature - searchPane: API method to rebuild panes
7 years ago
Allan Jardine 130178932d Feature - searchPane: State saving integration
7 years ago
Allan Jardine 1eb23d9c82 Feature - searchPane: Regex escaping
7 years ago
Allan Jardine 2e4a8c2aa0 Feature - searchPane: Don't show columns if there isn't enough variation in the data to warrent it. This is done via a variance calculation with a configurable threashold
7 years ago
Allan Jardine 9726e803fa Feature - searchPanes: Vertical layout demo and initialisation options
7 years ago
Allan Jardine e9c4e4a8ea Feature - searchPanes: Code style with Prettier
7 years ago
Allan Jardine 797c3e6f90 Feature - searchPanes: Class names can be defined
7 years ago
Allan Jardine e221ce9c3d Features - search pane: Cleaning up into functions
7 years ago
Allan Jardine 389a989060 Merge branch 'master' of github.com:DataTables/Plugins
7 years ago
Allan Jardine c8347a67a3 Latest builds
7 years ago
Alex 652507a0d9 Add an optional parameter for adjusting the height of the container for table rows manually. It is actual at least when using "angular-datatables v0.5.x" DataTables.net wrapper for AngularJS because it has specific layout.
7 years ago
Alex 17e901e928 Fix: Resizing not working if there are no header or footer. The possible absence of a header and a footer when calculating the height of the container for table rows and rows count is taken into account.
7 years ago
Julian Motz 7dcec0a53a Update datatables.mark.js to v2.0.1
7 years ago
Allan Jardine 46e6749a06 Adding search pane plug-in. Completely unfinished, but its a start!
7 years ago
Allan Jardine fed1a1769b New: Deep linking plug-in for DataTables
7 years ago
Nick 4c6e7545b2 Update sliding-child.js
8 years ago
Nick 33c4867ef2 Update sliding-child.js
8 years ago
Nick 0edd41aadd Update sliding-child.js
8 years ago
Nick bf6d86d424 Update sliding-child.js
8 years ago
Nick ef6457e3e6 Create sliding-child.js
8 years ago
Constantine Lebedev a4b72c315e Add support for dataTables.defaults in conditionalPaging plugin
8 years ago
mdeniz 097050f042 Add column search/filtering highlight
8 years ago
Allan Jardine 6193c68dd5 Fix - features: remove debug from pageResize plug-in
8 years ago
Julian Motz 80f8f17cce Added datatables.mark.js v2.0.0
8 years ago
Julian Motz 438423c537 Added datatables.mark.js v1.0.1
8 years ago
Julian Motz f4dde48d22 Added datatables.mark.js plugin v1.0.0
8 years ago
Quwink 90150efeda dataTables.scrollResize.js
9 years ago
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