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

Fixed header function

When scrolling data, the header is fixed to facilitate viewing the header information of each column

The fixed header of this component adopts the double header method. When there is a common problem, the column is not aligned. Please add some styles according to your actual situation.
Please set the width of each column as much as possible to avoid the problem of misalignment of column width

Set Height=200 and IsFixedHeader="true" fixed header

Demo

Example of vertical scroll bar after more data is loaded

Please set a column width, allow a column width not set, auto-fill

Loading...

Set the Height=200 and IsFixedHeader="true" fixed header, when the displayed data on each page is 10 rows, the height exceeds the set value 200, A vertical scroll bar appears on the Table component

Demo

All columns are set to width, and a horizontal scroll bar will automatically appear when the screen is too small

Loading...

Set the AllowResizing property while fixing the header so that the column width can be adjusted

Demo

By setting the Height parameter to fix the header,
, by setting AllowResizing , the parameter allows the column width to be adjusted

Loading...

Do not set the Height value to adapt the height through the parent container

Demo

In this example, the Table table component cannot set the height because the height may not be known. The parent container may get the height through the style. At this time, the Table component will try to Use adaptive fill to fill the height, this application scenario is the most in actual combat, in this example, the simulated parent height is 300px

Loading...

Table inside Dialog

Demo

Tips for using theTable with a fixed header in the Dialog:

The Dialog should assign values to theClass parameter of DialogOption. In this example, it is set todialog-table. This operation is to enable us to customize the style to locate theTable component's parent container in the Dialog and set its height, Here you can use the writing method of adaptive height height: calc (100vh - 400px);; When the parent container of a Tablecomponent has a height, the component itself will perform adaptive height adaptation through calculation

<style>
    .dialog-table .modal-body {
        height: calc(100vh - 400px);
        overflow: hidden;
    }
</style>

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