Sandy Galloway
3aa9b4a39c
Issue DD-704
...
Changed searchPane.options to be searchPane.values
5 years ago
Colin Marks
47ab1b67e3
DEV allows searching for ampersands in searchpane text
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
fbee1415d0
Fix #371 : Limit search to a per item basis when multi-item searching
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
46e6749a06
Adding search pane plug-in. Completely unfinished, but its a start!
7 years ago