Option to filter a list of products by All columns as default

Option to filter a list of products by All columns as default

Sometimes small things matter quite a bit. Hence this release allows you to change the default selection for the table filter in the web UI to "All columns". With that business users save a click when filtering tables for certain values across multiple fields in one go.
If you want to change this to be the new default you can add the following to the
plugin_customization.ini
file:
plugin_customization.ini
# ------------------------------------------------------------------------------------- # # default 'Filter By' to 'All Columns' in top grid for items when using Filter in Web UI # --------------------------------------------------------------------------------------- #com.heiler.ppm.web.common/quickSearch.allColumns.preSelected = false
The decision not to activate this setting by default is due to the fact that especially in high data load scenarios the performance cost searching across all columns at once is not always best choice.

0 COMMENTS

We’d like to hear from you!