logo Enterprise-level component library based on Bootstrap and Blazor
gitee
oscs
version
license
download
repo
commit
build
coverage

Filter and sort function

Filter to quickly find the data you want to see; sort to quickly find or compare data.

  • Filters a column of data to specify the column to be filtered by specifying the filterable property of the column
  • Sort a column of data, specify the column to be sorted by specifying the Sortable property of the column, change the collation by multiple clicks

Set the Filterable property of the TableColumn column to control whether the column header has data filtering enabled

Demo

Filterable currently supports two applications:

  • The Filters in the query method parameters are filter criteria, and the database can filter the data by itself through this property when querying data
  • No sense of use, normal query data, no processing is done to filtering, internal processing will be carried out according to Filter
  • When external filtering has been made, set the Value of the IsFiltered property of the QueryData<TItem> parameter to true
  • Each column can be set separately, and the filter between columns is And and relationship
This example is of DateTime, string, bool, enum, int type, and the pop-up filter box is also different

Set FilterTemplate template values, customize column filter templates, very suitable for complex types of filter pop-ups

Demo

The FilterTemplate type is RenderFragment: its value is a custom component, and the component must inherit the filterBase In this case, the last column in this case, the Quantity column, uses the custom component by filtering the template CustomerFilter [portal] CustomerFilter component source code

Show filter header when the ShowFilterHeader property value is set to true

Demo

Default sorts as default when setting the DefaultSort property value to true

Demo
  • Set DefaultSort=true to enable the default sort function, when multiple columns set this property, the first column works
  • Set DefaultSortOrder value, set default collation

In this case the default sort is the last column in reverse order

Set the SortList property, use this parameter for multi-column sorting when the table loads

Demo

The default collation in this case is: DeteTime desc Address, you don't need to handle the sort logic yourself, the component is already built-in

Set OnSort Parameters

Demo

When clicking the column header to sort, the component calls the OnSort callback internally, where its return value can be set according to the business logic to achieve dynamic multi-column sorting, in this case, when clicking the time column header for positive order sorting, use DateTime,Count internally, useDateTime desc, Count descwhen Count reverse order

Example shows how to set filters through code

Demo

B station related video link

交流群

QQ Group:BootstrapAdmin & Blazor 795206915 675147445 Welcome to join the group discussion
img
Themes
Bootstrap
Motronic
Ant Design (完善中)
DevUI (制作中)
LayUI (完善中)
An error has occurred. This application may no longer respond until reloaded. Reload
Seems like the connection with the server has been lost. It can be due to poor or broken network. Please hang on while we're trying to reconnect...
Oh snap! Failed to reconnect with the server. This is typically caused by a longer network outage, or if the server has been taken down. You can try to reconnect, but if that does not work, you need to reload the page.
Oh man! The server rejected the attempt to reconnect. The only option now is to reload the page, but be prepared that it won't work, since this is typically caused by a failure on the server.
Bootstrap Blazor Component library updated to 7.4.4-beta01

Bootstrap Blazor at present has more than 120 components. This component is based on Bootstrap Blazor An enterprise-level component library that provides several types of common components such as layout, navigation, form, data, notification, icon, voice, etc. Each component has been carefully designed with modularity, responsiveness and excellent performance. Starting from more practical scenarios, meeting the needs of various scenarios, greatly reducing the time cost of developers, greatly shortening the development cycle, greatly improving development efficiency, and providing a set of General Rights Management System Example project。Bootstrap Blazor Products are maintained by a professional full-time technical team, with efficient response speed, diversified solutions, long-term support, and enterprise-level support. At present, it has been used in many well-known state-owned enterprises, and the project is running stably with a maximum of 1200 people online. On the right is the QR code of the Chinese Blazor QQ community with the largest number of people in China, welcome to scan and join the group.

component updated to 6.6.0 Change log [portal] If the component brings you convenience, please help to light up the project Star github gitee

QQGroup
QQ 795206915