Sandy Galloway
3aa9b4a39c
Issue DD-704
...
Changed searchPane.options to be searchPane.values
5 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
6663abad97
Dev: latest build
7 years ago
Allan Jardine
f5a02ca6f2
Feature - search pane: Small styling tweaks and tidy up
7 years ago
Allan Jardine
389a989060
Merge branch 'master' of github.com:DataTables/Plugins
7 years ago
Allan Jardine
46e6749a06
Adding search pane plug-in. Completely unfinished, but its a start!
7 years ago