when I have a checkbox filter with a lot of options (like a foreign key reference), the filter window is very long and I need to scoll a lot to be able to click the "OK" or "reset" buttons. If you could please add a vertical scroll bar by default, that'd be helpful.
Also, you could hide the horizontal scrollbar under the table when it's not needed.
For now I am using this additional CSS:
/* hide scrollbar underneath tables when not needed */
.wpDataTablesWrapper div.wdtscroll {
overflow-x: auto !important;
}
/* add scrollbar to filters if needed, set max height to 60% */
#table_1Benutzer-flt-toggle,
#table_1Kategorie-flt-toggle {
overflow-y: auto;
max-height: 60vh !important;
}
Regards,
Johannes
edit: Updated the CSS, fixed a display error with dropdowns
Feature for making checkboxes values split if the filter in form option is checked is something that will be included in our upcoming update of the plugin.
Hi,
when I have a checkbox filter with a lot of options (like a foreign key reference), the filter window is very long and I need to scoll a lot to be able to click the "OK" or "reset" buttons. If you could please add a vertical scroll bar by default, that'd be helpful.
Also, you could hide the horizontal scrollbar under the table when it's not needed.
For now I am using this additional CSS:
Regards,
Johannes
edit: Updated the CSS, fixed a display error with dropdowns
Hi Johannes,
Thank you for your purchase.
Feature for making checkboxes values split if the filter in form option is checked is something that will be included in our upcoming update of the plugin.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables