Variable
Static Public Summary | ||
public |
Auto filter delay in milliseconds |
|
public |
Cell tag |
|
public |
Center position in toolbar |
|
public |
Checklist filter type |
|
public |
Date |
|
public |
Down arrow key code |
|
public |
Enter key code |
|
public |
Escape key code |
|
public |
TableFilter features definitions |
|
public |
Formatted number |
|
public |
Header cell tag |
|
public |
Input filter type |
|
public |
IP address |
|
public |
Left position in toolbar |
|
public |
Multiple select filter type |
|
public |
None filter type |
|
public |
Number |
|
public |
Right position in toolbar |
|
public |
Select filter type |
|
public |
String |
|
public |
Tab key code |
|
public |
Up arrow key code |
|
public |
root: * Export window or global object depending on the environment |
Static Public
public AUTO_FILTER_DELAY: Number source
import {AUTO_FILTER_DELAY} from 'tablefilter/src/const.js'
Auto filter delay in milliseconds
public CENTER: string source
import {CENTER} from 'tablefilter/src/modules/toolbar.js'
Center position in toolbar
public CHECKLIST: String source
import {CHECKLIST} from 'tablefilter/src/const.js'
Checklist filter type
public DOWN_ARROW_KEY: Number source
import {DOWN_ARROW_KEY} from 'tablefilter/src/const.js'
Down arrow key code
public FEATURES: Object source
import {FEATURES} from 'tablefilter/src/const.js'
TableFilter features definitions
public FORMATTED_NUMBER: String source
import {FORMATTED_NUMBER} from 'tablefilter/src/const.js'
Formatted number
public HEADER_TAG: String source
import {HEADER_TAG} from 'tablefilter/src/const.js'
Header cell tag
public LEFT: string source
import {LEFT} from 'tablefilter/src/modules/toolbar.js'
Left position in toolbar
public MULTIPLE: String source
import {MULTIPLE} from 'tablefilter/src/const.js'
Multiple select filter type
public RIGHT: string source
import {RIGHT} from 'tablefilter/src/modules/toolbar.js'
Right position in toolbar
public UP_ARROW_KEY: Number source
import {UP_ARROW_KEY} from 'tablefilter/src/const.js'
Up arrow key code
public root: * source
import {root} from 'tablefilter/src/root.js'
Export window or global object depending on the environment