Skip to content

views: remove global filtering from not paginated tables

Piotr Kira requested to merge piotrkira/cibuglog:filtering_styles into master

Remove global filtering from not paginated tables because it's not needed when all items are in one page and local filtering works just fine (and faster as there is no need to wait for response from server).

Merge request reports