Closed macthemaster closed 3 years ago
Hello! first of all, thanks for share your Bundle. Now...my doubt is simple.... is a way to add a field on the formfilterType to let the user set max results?
Thanks
What do you mean exactly? The max total results could be set on the QueryBuilder, if that is what you are looking for.
$queryBuilder->setMaxResults(100); for example
$queryBuilder->setMaxResults(100);
Hello! first of all, thanks for share your Bundle. Now...my doubt is simple.... is a way to add a field on the formfilterType to let the user set max results?
Thanks