SandyDatatables
e8609c7464
dev: Small formatting improvements for fuzzySearch
3 years ago
SandyDatatables
8d52285775
dev: update script tags for renamed fuzzySearch
3 years ago
SandyDatatables
4fa1361939
dev: Rename js for fuzzySearch appropriately
3 years ago
SandyDatatables
ce88682434
new: New plugin for fuzzy searching
...
Jira Issue DD-2067
3 years ago
Allan Jardine
5431d8fa29
PageResize: Working with server-side processing
...
DD-89
https://datatables.net/forums/discussion/49057/page-resize-and-server-side-processing-initial-draw#latest
4 years ago
Przemysław Kłys
c671ab0581
Reverted back removal
4 years ago
Przemysław Kłys
a3a061e8be
fixes spaces into tabs from the initial commit
4 years ago
Przemysław Kłys
a1b1d7fec0
Impovement to variables used
4 years ago
Przemysław Kłys
4cc9d34158
Defines parameters within options
4 years ago
Przemysław Kłys
a16909ab51
Add caseSensitive + addNumbers
4 years ago
Przemysław Kłys
dcebee13c4
removed width to accomodate numbers and case sensitivity
4 years ago
Przemysław Kłys
c83dcaae80
Added caseSensitive variable
4 years ago
Przemysław Kłys
1400429289
Adds ability to choose column for search
4 years ago
Julian Kühnel
1675b430e7
Update datatables.mark.js
4 years ago
Julian Kühnel
d203844e33
Merge branch 'master' of https://github.com/julmot/Plugins
4 years ago
Allan Jardine
b400e641b3
Remove use of deprcated $.trim
4 years ago
Allan Jardine
d260b2282c
Remove use of deprecated $.isArray
4 years ago
Garrett Hyder
a625218c71
Fix an issue where the Page Length Control would vanish when switching to 'All' (-1) as the option. Update now only makes the control vanish if the page size is smaller than the smallest length setting and we're only viewing a single or 0 pages.
4 years ago
Julian Kühnel
bb726ed591
Update datatables.mark.js to v2.0.2
4 years ago
Garrett Hyder
335a487a64
Introduce a conditionalPageLength feature plugin based off of conditionalPaging to hide the page length control when <= 1 page. Also add sub option for contionalOptions to hide page length options that are > the current result size.
4 years ago
Allan Jardine
90ae50b661
Removing redundant sliding child min file
...
Incorrect capitalisation. #291
5 years ago
Sandy Galloway
abecb2e74c
Merge branch 'master' of github.com:DataTables/Plugins
5 years ago
Sandy Galloway
3aa9b4a39c
Issue DD-704
...
Changed searchPane.options to be searchPane.values
5 years ago
Allan Jardine
496f16e7e0
Latest build
5 years ago
Allan Jardine
e18920e4da
Features: File rename
5 years ago
Colin Marks
42dadc1ca8
DEV scrollToTop - dinky little new feature to scroll to top of table on each page change
6 years ago
Colin Marks
47ab1b67e3
DEV allows searching for ampersands in searchpane text
6 years ago
Colin Marks
69d9915a75
DEV left in debug (not a good edit this one...)
6 years ago
Colin Marks
1cb1d80874
DEV formatting corrections to last edit
6 years ago
Colin Marks
d6b5dc1729
DEV DD-813 - the search wasn't working for numbers... does now
6 years ago
Allan Jardine
3de80958a6
Fix - search pane: Muppet error!
6 years ago
Allan Jardine
a04a0d6b8f
Fix - searchPane: Ensure order for panels is consistent
6 years ago
Allan Jardine
5a3c0b2fdc
SearchPane: Remove an existing panel if there is one when rebuilding a pane
6 years ago
Allan Jardine
d1d63afb57
New - SearchPane: Add the ability to specify `options` as a function in the column options for `searchPane` which will be used as a callback to get the data to display.
...
Function passes in:
1. DT instance
2. Column index
Expects return:
Of a DT instance with the data to be displayed in its data set
6 years ago
Allan Jardine
e336705521
Fix search pane issues with ajax loading data and daft error for binning
6 years ago
Allan Jardine
b21102e105
New: SearchPane now has a `column().paneOptions()` method that can be used to give it the options that should be displayed in the list, rather than just using the data available in the table. This is useful for server-side processing and more complex data sets.
...
New: SearchPane can have a `columns.searchPane.match` option set for each individual column allowing finer grain control over what gets matched. Currently only full string matching and sub-string matching any where in the original data is supported.
New: SearchPane example showing these two features - customOptions.html
6 years ago
Allan Jardine
4edb3ebdb2
New - feature: RowFill feature based on a forum answer by Colin. Basically it will ensure that the number of rows in the table always matches the page length
6 years ago
Allan Jardine
a98e9e4d4a
Merge pull request #383 from data-handler/master
...
New option to display loading overlay
7 years ago
Nick
22fa64dc46
Update datatables.slidingChild.js
...
version number updated
7 years ago
Nick
e2331ddd50
Update datatables.slidingChild.js
...
removed duplicate jQuery call
7 years ago
Nick
eb73ee5dbb
Update datatables.slidingChild.js
...
New option
name: displayLoadingIndicator
type: boolean
default: false
description: if set to true, overlays the parent row with a div (see below) before requesting the child source, then removes the overlay before showing the child data.
Overlay options
name: loadingIndicatorClass
type: string
default: 'loading-indicator'
name: loadingOverlayContent
type: string, element, jQuery object
default: '<div style="background: black; color: white; display: flex; align-items: center; justify-content: center; opacity: 0.5; position: absolute; width: 100%; z-index: 100;">Loading...</div>'
7 years ago
Allan Jardine
732c809292
SearchFade min files
7 years ago
Allan Jardine
19769588b9
Merge branch 'master' of github.com:DataTables/Plugins
7 years ago
Allan Jardine
6663abad97
Dev: latest build
7 years ago
Nick
b2b12dd6c1
Delete sliding-child.js
...
Now defunt
7 years ago
Nick
03567d78db
Create datatables.slidingChild.min.js
7 years ago
Nick
70921c6291
Update datatables.slidingChild.js
...
Fixed bug: source should only be called before showing a child, but was also being called on hide.
New option: 'fadeNonShowingRows'
if set to true (false by default), the plug-in will reduce the opacity of rows not showing a child to the value specified by the 'fadeOpacity' setting
7 years ago
Nick
74395dfa0d
Update datatables.slidingChild.js
...
Can now be enabled inside the DataTables initialisation
Allows caller to handle source for child data via callback
Wraps provided child data in a div to allow optional animation (slide up / down)
Additional options:
animateShow: if true, uses jQuery slideDown() function to animate showing child data. If false, uses jQuery show()
animateHide: if true, uses jQuery slideUp() function to animate showing child data. If false, uses jQuery hide()
7 years ago
Nick
cfe86c4bbe
Update datatables.slidingChild.js
...
use strict mode
remove function expressions as defunct
7 years ago
Nick
c373070819
Create datatables.slidingChild.js
...
Fixed bug where non-direct tr descendants of datatable instance could be toggled by plugin
Changed default Ajax contentType to x-www-form-urlencoded from json
Reduced closeChild function complexity by moving row exists check to caller
7 years ago
Allan Jardine
5695ffe40c
Features: UMD for pageResize and scrollResize
7 years ago
Allan Jardine
18cbcbb5d9
Fix: Attempt to use the second row in the table to allow for top and bottom borders on rows
7 years ago
Allan Jardine
da67f99c24
Fix: Update for jQuery 3.3 deprecated functions
7 years ago
Colin Marks
7a6ff3585f
fixed bug that stopped the page draw trigger from happening (thanks crush123)
7 years ago
Colin Marks
a0a9c23c78
first release of searchFade
7 years ago
Allan Jardine
fbee1415d0
Fix #371 : Limit search to a per item basis when multi-item searching
7 years ago
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
...
Added example usage comment
8 years ago
Nick
0edd41aadd
Update sliding-child.js
...
Made some minor naming changes for clarity
8 years ago
Nick
bf6d86d424
Update sliding-child.js
...
Added ajax beforeSend to allow caller to specify data for request.
8 years ago
Nick
ef6457e3e6
Create sliding-child.js
...
I have never made a pull request on github before, so I plead ignorance if I am doing anything incorrectly.
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
...
- Fixes #283
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
9 years ago
Quwink
90150efeda
dataTables.scrollResize.js
...
Missing context on _size function. Resulting in errors, when using multiple tables
9 years ago
Allan Jardine
f74d344ce5
Fix: Alphabet search needs to strip HTML before finding the first character
...
- Thread 33377
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
...
- Very similar to the pageResize plugin, but for scrolling tables
- Uses an iframe rather than an object. This means that we don't have to
have a white background in IE as the iframe can be transparent.
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)
...
- 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