1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-07 16:32:39 +02:00

Fix "tick_to_hide" name (switch to snake_case)

igrek51 2022-03-22 10:27:54 +01:00
parent 7569d1d70f
commit 7528a31d1a

@ -72,7 +72,7 @@ const tf = new TableFilter(my_table, {
enable_hover: true, // Enable hover behaviour on columns manager button/link
btn_text: 'Spalten verstecken▼', // Button's text, defaults to Columns▼
//at_start: [3, 4], // List of columns indexes to be hidden at initialization
tickToHide: true, // Enable tick to hide a column, defaults to true
tick_to_hide: true, // Enable tick to hide a column, defaults to true
text: 'Versteckte Spalten: ', // Text preceding the columns list, defaults to 'Hide' or 'Show'
btn_close_text: 'Schließen', // Columns manager UI close link text, defaults to 'Close'
enable_tick_all: false, // Enable select all option, disabled by default