Open Closed

Blazor Advance Filtering & Page item row count #1027


User avatar
0
Leaf created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.2.2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Hi,

How to make the Blazor page filtering functions like MVC advance filtering function. How to set the row count in blazor page ?


4 Answer(s)
  • User Avatar
    0
    ilkayilknur created

    I don't understand the question. Do you want to change the paging component?

  • User Avatar
    0
    Leaf created

    Hi,

    Found the abp suite generated blazor page doesnot come with advace filter functions.

    Is there a way to do the same advance filter function generated via abp suite in blazor page ?

    Below is an advance filter in MVC page generated via abp suite

  • User Avatar
    0
    cotur created

    Hi @Leaf,

    As you know, we added the Blazor UI just few milestone before. After that we updated the ABP Suite asap to support CRUD page generation for Blazor UI with minimum requirements ( and more =) ).

    But currently we don't create "Advanced Filter" section. This is in our backlog and we will add this to ABP Suite in following milestones.

    If the razor page inherits AbpCrudPageBase, you can override some methods, the base class handles all of them.

    Otherwise, you should handle by code the filtering and pagination.

    Here are some examples:

    Thanks.

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11